//设置第二个为选中状态 //if(<%=rows[“sex”]%>==”2′′){$(‘:radio[name=sex]’).eq(1).attr(‘checked’,true);} //设计value=2的为选中状态 //if(<%=rows[“sex”].ToString() %>==’2′){$(“input[name=’sex’]”).attr(“checked”,’2′);} if(<%=rows[“sex”]%>==”2′′){$(“input[name=sex][value=2]”).attr(“checked”,true);} 今天办了件