CSS 有哪些选择器
Issue 欢迎在 Gtihub Issue 中回答此问题: Issue 638
Author 回答者: shfshanyue
:hover
:active
:first-child
:last-child
:nth-child
:first-of-type
:last-of-type
:nth-of-type
:empty
:check
:disable
Author 回答者: 849327939
1.id选择器2.类选择器3.元素选择器4.分组选择器(并集选择器)5.复合选择器(交集选择器)6.通配选择器7.后代元素选择器8.子元素选择器9.伪类选择器10.属性选择器11.兄弟元素选择器