collection icon indicating copy to clipboard operation
collection copied to clipboard

前端数据采集(数据埋点)

Results 3 collection issues
Sort by recently updated
recently updated
newest added

是否能在onbeforeunload里面添加一下开始时间初始化collect.timer(); window.onbeforeunload = function(evt){ that.parmas.disp = new Date().getTime() - that.disp; //重新初始化下进入时间(针对单页面) collect.timer(); if(!helper.getCookie('_YS_userAccect')) { helper.setCookie('_YS_userAccect', that.uuid); } delete that.parmas.collectMark; delete that.parmas.clickElement; that.setParames(); helper.send(helper.changeJSON2Query(that.getParames()), that.url); }; 针对单页面添加一下时间初始化。谢谢!

collection 的 each 方法定义的时候,for 循环的 i 被重复定义了呢 helper.each = function(loopable, callback, self) { var additionalArgs = Array.prototype.slice.call(arguments,3); if(loopable) { if(loopable.length === +loopable.length) { var i; for(var i=0; i