使用 console.time() 计算js代码执行时间
摘要:
console.time('hellor'); for(var i=0;i<100000;i++){} console.timeEnd('hellor'); 阅读全文
posted @ 2013-11-03 23:41 dubaokun 阅读(412) 评论(0) 推荐(0)
posted @ 2013-11-03 23:41 dubaokun 阅读(412) 评论(0) 推荐(0)