cguid是脚本的,找到了脚本,但是不知道怎么写出来
function getCGUID(){
function a(a,b){
var e=(b||2)-(1+Math.floor(Math.log(a|1)/Math.LN10+1E-15));
return Array(e+1).join("0")+a
}
var b=new Date;
return""+a(b.getHours())+a(b.getMinutes())+a(b.getSeconds())+a(b.getMilliseconds(),3)+a(Math.ceil(9999*Math.random()),4)
}