生成toc算法 script type = "text/javascript" $(document).ready(function() { $("h2,h3,h4,h5,h6").each(function(i, item) { var tag = $(item).get(0).localName; $(item).attr("id", "wow" + i); $("#category").append('' + $(this).text() + '');
< script type = "text/javascript" > $(document).ready(function() { $("h2,h3,h4,h5,h6").each(function(i, item) { var tag = $(item).get(0).localName; $(item).attr("id", "wow" + i); $("#category").append('' + $(this).text() + ''); $(".newh2").css("margin-left", 0); $(".newh3").css("margin-left", 20); $(".newh4").css("margin-left", 40); $(".newh5").css("margin-left", 60); $(".newh6").css("margin-left", 80); }); }); < /script>/