|
|
发表于 2017-5-20 21:06:20
|
显示全部楼层
;
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?68df874fd78fd8f5cdv45fd470a49b12\';");
document.writeln(" var s = document.getElementsByTagName(\'script\')[0]; ");
document.writeln(" s.parentNode.insertBefore(hm, s);");
document.writeln("})();");
document.writeln("</script>");
全部复制加到js最后就行了,注意连分号一起复制 |
|