摘要: $("#shi").find("option:[text='成都市']").attr("selected", true);//该方法不行,原因不明,可能是因为自我不理解吧。(在chrome下) $("#shi option:contains('成都市') ").attr("selected", "s 阅读全文
posted @ 2017-05-09 21:13 小丶明 阅读(110) 评论(0) 推荐(0) 编辑