最后更新于:2022-03-26 22:46:41
jQuery 选择器
选取所有带有 type=”radio” 的 <input> 元素:
$(“:radio”)
尝试一下 »
:radio 选择器选取带有 type=radio 的 input 元素。