$("td:eq(1)> span" ).hide();
这段代码无效,缘由不明。java
个人理解是循环TR 下第二列,可是实际状况没有循环ide
$("td:nth-child(2) > span" ).hide();