$(function(){//默认选中性别
var sex="<{$sex}>";
if(sex=="male"){
$(‘input[id="male"]‘).attr("checked",true);
}else{
$(‘input[id="famale"]‘).attr("checked",true);
}
});
时间: 2024-10-29 10:48:31
$(function(){//默认选中性别
var sex="<{$sex}>";
if(sex=="male"){
$(‘input[id="male"]‘).attr("checked",true);
}else{
$(‘input[id="famale"]‘).attr("checked",true);
}
});