$("input[type='radio'][name='commentOrSuggestion']").get(0).checked = true;
js操作单选框选中
最新推荐文章于 2024-11-15 18:05:45 发布
$("input[type='radio'][name='commentOrSuggestion']").get(0).checked = true;