radio选中
$("input[name=test][value=34]").attr("checked",true);//value=34的radio被选中
$("input[id=testid][value=34]").attr("checked",true);//value=34的radio被选中
转载于:https://www.cnblogs.com/soundcode/p/3262402.html
radio选中
$("input[name=test][value=34]").attr("checked",true);//value=34的radio被选中
$("input[id=testid][value=34]").attr("checked",true);//value=34的radio被选中
转载于:https://www.cnblogs.com/soundcode/p/3262402.html