摘要: /** * 随机生成uuid * */ var uuid = function () { var d = new Date().getTime(); if (window.performance && typeof window.performance.now "function") { d += 阅读全文