美文网首页
为什么 className 不要以 ad 开头

为什么 className 不要以 ad 开头

作者: 缺月楼 | 来源:发表于2019-12-02 11:38 被阅读0次

主要是因为会被AdblockAdblock Plus 等浏览器插件自动屏蔽一些以 ad 开头的标签和文件。你可以简单理解为这些插件在页面中插入了如下的代码

<style>
    #ad_holder{
      display: none !important;
      }
</style>

className 可以设置为art_holder

相关文章

网友评论

      本文标题:为什么 className 不要以 ad 开头

      本文链接:https://www.haomeiwen.com/subject/mfbxgctx.html