为什么 className 不要以 ad 开头
2019-12-02 本文已影响0人
缺月楼
主要是因为会被Adblock
、Adblock Plus
等浏览器插件自动屏蔽一些以 ad
开头的标签和文件。你可以简单理解为这些插件在页面中插入了如下的代码
<style>
#ad_holder{
display: none !important;
}
</style>
className
可以设置为art_holder
主要是因为会被Adblock
、Adblock Plus
等浏览器插件自动屏蔽一些以 ad
开头的标签和文件。你可以简单理解为这些插件在页面中插入了如下的代码
<style>
#ad_holder{
display: none !important;
}
</style>
className
可以设置为art_holder