$('input:radio[name="fjscfs"]:checked').val();
根据id判断是否被选中
if($("#A26").is(":checked")){
}
根据class判断是否被选中
if($(".A26").is(":checked")){
}
转载于:https://blog.51cto.com/ty2538402559/1949828
$('input:radio[name="fjscfs"]:checked').val();
根据id判断是否被选中
if($("#A26").is(":checked")){
}
根据class判断是否被选中
if($(".A26").is(":checked")){
}
转载于:https://blog.51cto.com/ty2538402559/1949828