Maison > Questions et réponses > le corps du texte
我在jquery的源码起始和结束位置加了console.time/timeEnd.
结果打印出一个这么大的数字. 有人知道是什么原因吗?.
jquery中的更改
console.time("jquery");
// ... jquery的代码
console.timeEnd("jquery");
然后在index.html中引入jquery.
最后打开index.html查看输出.
得出这个结果