我的字体下面怎么有下划线
我的字体下面怎么有下划线
<style>
a[class^="colu"]{
background:red;
color:blue;
}
a[href$="doc"]{
background:green;
color:blue;
}
a[title*="box"]{
background:blue;
color:blue;
}
</style>