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.
是否有任何 HTML 元素充当 DOM 中的阴影?我正在使用模板系统,我不希望模板/阴影元素影响我的 DOM。例子...
<div class='container'> <shadow> <span>1</span> <span>2</span> </shadow> </div>
我希望 DOM 中只有 div 和 span,模板/阴影元素充当幽灵,不影响结构,并在 div 和 span 之间提供直接关系。