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.
首先对不起我的英语不好。
净化前:
<img src="xxx.jpg"/>
净化后:
<img src="xxx.jpg" class="myclass" />
我该如何使用 html 净化器?
嗯,你为什么不把用户内容放在一个带有 id 的 div 中content,然后使用 CSS 选择器#content img呢?
content
#content img