标签: css user-interface firefox browser css-selectors
在CSS中,两者之间有什么区别
:link { color: green !important; } :visited { color: blue !important; }
和
*:link { color: green !important; } *:visited { color: blue !important; }
如果有关系,则网络浏览器为Firefox。