不起作用:$("#select").find("option:selected").removeAttr("selected"); 可用: $("#select")[0].selectedIndex=-1;