当前位置:Gxlcms > JavaScript > 取选中的radio的值

取选中的radio的值

时间:2021-07-01 10:21:17 帮助过:5人阅读

代码如下:
var gender = $("input:checked").val();


人气教程排行