譬如我就是 代码如下: $(this).find("td").eq(9).find("select").eq(0).removeAttr("asd"); $(this).find("td").eq(9).find("select").eq(0).attr("asd", i); 中 代码如下: find("select")写成了find(":select");