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 链接标签之间放置一个 ID 会发生什么?像下面这样:
<link rel='stylesheet' id='base.css-css' href=''>
ID实际上在那里?
我实际上并不了解它,也从未在任何地方见过它。我看到一位开发人员制作了这样的模板。
请帮我解决这个问题?
该元素将有一个 id。
这将使它可以通过 id 寻址。例如来自 JavaScript/DOM document.getElementById。
document.getElementById
看,我认为这不是任何标准的一部分,但如果将其视为谜题,您可以这样理解:
href=''
id='base.css-css'
base.css-css