如果没有对标签进行css的处理,默认会自动带了一个下划线,那如何去掉这个下划线呢?只需要对标签设置text-decoration: none;样式即可。 语法:a{text-decoration: none;}