您的位置: 首页 > IT文章 > javascript类库 > 取选中的radio的值 取选中的radio的值 分类: IT文章 • 2022-05-15 09:37:00 复制代码 代码如下: var gender = $("input:checked").val();