增加统计模块

This commit is contained in:
季圣华
2019-11-07 10:11:58 +08:00
parent 4f04521945
commit 4d613006a3
3 changed files with 11 additions and 0 deletions

View File

@@ -1,3 +1,12 @@
//baidu-tongji
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?1cd9bcbaae133f03a6eb19da6579aaba";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
$.fn.serializeObject = function() {
var o = {};
var a = this.serializeArray();