$(".searchpagedom").each(function (index){ //index 是索引 0,1,2,3,4,5 //$(this)是循环的对应的这个对象 var theobj=$(this).find('.bookdic') })