$("#<%=DDLCounty.ClientID%> option").each(function () { if ($(this).text() == $("#<%=HFCounty.ClientID%>").val()) { $(this).attr("selected", true); } });
时间: 2024-10-04 23:43:55
$("#<%=DDLCounty.ClientID%> option").each(function () { if ($(this).text() == $("#<%=HFCounty.ClientID%>").val()) { $(this).attr("selected", true); } });