碎语 | 去下划线 作者: Zairun 时间: 2020-02-23 分类: 碎语札记 如果是在HTML代码中,文本有下划线可能是由于 <u> 标签或 CSS 样式引起的。 去掉 <u> 标签,或者在CSS中设置:text-decoration: none; 标签: none