百度统计代码放到js文件里面
文章描述:
怎么把百度统计代码放到js文件里面
1、新建com.js文件
document.writeln("<script>");
document.writeln("var _hmt = _hmt || [];");
document.writeln("(function() {");
document.writeln(" var hm = document.createElement(\'script\');");
document.writeln(" hm.src = \'https://hm.baidu.com/hm.js?1bf5d1a4848bdde30f943afed944bb82\';");
document.writeln(" var s = document.getElementsByTagName(\'script\')[0]; ");
document.writeln(" s.parentNode.insertBefore(hm, s);");
document.writeln("})();");
document.writeln("</script>");
document.writeln("");
2、页面加载com.js
<script src="com.js"></script>
发布时间:2023/03/17
发表评论