var typeval =$("#xieyiguidflag").val();
var seltype=$("#xieyiguid");
seltype.find("option").each(function () {
if ($(this).val()==typeval){
$(this).attr("selected",true)
}
});
posted on 2020-03-05 14:47  痛经少女  阅读(141)  评论(0)    收藏  举报