最后更新于:2022-03-26 22:46:22
jQuery 选择器
选取 id 属性值为 “choose” 的每个元素:
$(“[id=choose]”)
尝试一下 »
[attribute=value] 选择器选取带有指定属性和值的每个元素。