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.
看起来您的锚标记在焦点上显示下划线。尝试将其添加到您的 CSS 样式表中:
.fullscreen:focus { text-decoration: none; }