感谢您的支持,我会继续努力的!
打开微信扫一扫,即可进行扫码打赏哦
点我查看本站打赏源码!
Powered by RUNCODEX.COM,学的不仅是技术,更是梦想!!!
输入 HTML 代码……
xxxxxxxxxx
function All() {
alert(1);
for (var i = 0; i < 10; i++) {
funcA(1000);
}
funcB(10000);
function funcA(count) {
for (var i = 0; i < count; i++) {}
function funcB(count) {
console.profile('性能分析器');
All();
console.profileEnd();
输入 CSS 代码……