Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您可以使用 span 标签来设置文本属性。
假设标签的文本是:
<a href="http://www.gnu.org/">GNU</a>
现在将其更改为:
<a href="http://www.gnu.org/"><span foreground="blue" underline="none">GNU</span></a>
这是屏幕截图: