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