Amigo
Results
2
comments of
Amigo
谢谢,我试了半天,然后想起来我这是两个页面,你给的方法适用于嵌套iframe的父子页面传值
``` $(document).ready(function () { $("article section.page div.content").each(function () { var line = 1; //start with number 1 $("p", this).each(function () { //look for paragraph elements inside wrapper $(this).prepend( "[p" +...