HTML 代码:
<style>
a{color:#000}
.red {color:red;}
</style>
<a href="#" class="red">aaa</a>
<a href="#">aaa</a>
别人的貌似可以