例如:h1,span{color:red;}
它相当于下面两行代码:
h1{color:red;} span{color:red;}又例如
.first,#second span{ color:green; }