$("td:eq(1)> span" ).hide(); 这段代码无效,原因不明。 我的理解是循环TR 下第二列,但是实际情况没有循环 $("td:nth-child(2) > span" ).hide();