zl程序教程

您现在的位置是:首页 >  前端

当前栏目

vue项目加入百度统计

2023-09-11 14:19:39 时间

百度统计注册地址:https://tongji.baidu.com/sc-web/

在script标签中加入此脚本:

    // 百度统计
      var _hmt=_hmt||[];
      (function(){
        var hm=document.createElement("script");
        hm.src="https://hm.baidu.com/hm.js?a87a1e6fe16a34366d2109975560e5f6";
        var s=document.getElementsByTagName("script")[0];
        s.parentNode.insertBefore(hm,s);
      })();