标记选择器理解多值的类属性。因此,即使元素有多个类值也是🆗的。
多值
例如,div.two会匹配<div class="one two three" />。
div.two
<div class="one two three" />
Last updated 5 years ago