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.
我的a元素下方不断出现绿色波浪线(不是全部),这真的让我很恼火,因为它告诉我我正在做一些我没有做的事情。
a
为什么它认为我将<a>'s 嵌套在 a 中button?
<a>
button
我认为该'a button'位是标签列表。你不能a在另一个标签内有一个a标签,这就是你在这里所拥有的。
'a button'