a[class^=icon]{
background: green;
color:#fff;
}
a[href$=pdf]{
background: orange;
color: #fff;
}
a[title*=more]{
background: blue;
color: #fff;
}
感觉这改变的都一样啊,大神,求具体告诉区别
https://developer.mozilla.org/zh-CN/docs/Web/CSS/Attribute_selectors
区别就是你那个属性的取名方便改里面的属性的样式