摘要: $("#tableid tr:gt(0)").each(function(i){ $(this).children("td").each(function(j){ alert("第"+i+"行,第"+j+"列"); if(0 == i && 2 == j)... 阅读全文
posted @ 2015-05-20 10:13 影分身 阅读(164) 评论(0) 推荐(0)