var sex='${userInfo.sex}'; if(sex=="女"){ $("input[name=sex][value='女']").attr("checked", true); }else{ $("input[name=sex][value='男']").attr("checked", true); } ... Read More
posted @ 2019-03-05 16:10 AlexZS Views(3367) Comments(0) Diggs(0)