你是要得到最后一个还是删除最后一个?$("div[class='x'] img:last").remove()删除最后一个
$("div[class='x']:last").empty(); //用empty()清空该div下的内容