Skip to content

Instantly share code, notes, and snippets.

View xc2f's full-sized avatar
🇨🇳
热爱生活

QIN Fen xc2f

🇨🇳
热爱生活
View GitHub Profile
@xc2f
xc2f / analytics.js
Created December 4, 2018 08:49 — forked from zmmbreeze/analytics.js
GA的源码 analytics.js
(function() {
/**
* 记录方法使用情况的类
* @param {Array.<boolean>} umMap 初始的使用情况
*/
var UsageManager = function(umMap) {
this.umMap = umMap || [];
};
/**
* 记录新的使用情况