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 在 Html 中添加新标签?
像 Jquery 但用 css 翻译:
$('div.ms-inputuserfield').wrap('<a href="#"/>');
不,使用 CSS 只有一种可能性 -:after/:before具有“内容”属性的伪选择器。但它不会将元素添加到 DOM,因此无法从 javascript 中引用它。
:after/:before