javascript - console.time打印出的数字太大
阿神
阿神 2017-04-10 18:06:44
0
2
485

我在jquery的源码起始和结束位置加了console.time/timeEnd.

结果打印出一个这么大的数字. 有人知道是什么原因吗?.

jquery中的更改

console.time("jquery");
 // ... jquery的代码

console.timeEnd("jquery");

然后在index.html中引入jquery.

最后打开index.html查看输出.

得出这个结果

阿神
阿神

闭关修行中......

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!