jQuery :radio 选择器实例定义和用法语法jQuery :radio 选择器实例隐藏所有 type="radio" 的 <input> 元素: $(":radio") 定义和用法:radio 选择器选取类型为 radio 的 <input> 元素。 语法$(":radio")