上面没有声明用到了id选择符,为什么第二段里要出现这个?id="second
我将 p.first{color:green;} 中的P去掉:
<style type="text/css">
p{color:red!important;}
.first{color:green;}
</style>
html的第二段中的 <span class="first">简单</span> 颜色显示为:green
我的理解是很高权限