Query採用each方法遍歷

$("button").click(function(){
  $("li").each(function(){
   alert($(this).text())
  });
});
相關文章
相關標籤/搜索