标签:
$(function(){//默认选中性别
var sex="<{$sex}>";
if(sex=="male"){
$(‘input[id="male"]‘).attr("checked",true);
}else{
$(‘input[id="famale"]‘).attr("checked",true);
}
});
标签:
原文地址:http://www.cnblogs.com/xuanshuiyuan/p/4634000.html