日期:2014-05-16 浏览次数:20408 次
$("selector").each( function() { if (条件) { $(this).find("selector").each( function() { //... } } });