gpt4 book ai didi

javascript - mootools 如何使 periodical() 在所有浏览器中都一样工作?

转载 作者:行者123 更新时间:2023-11-30 18:41:59 29 4
gpt4 key购买 nike

如果你在一些代码中使用setInterval,在不同的浏览器中速度是不同的。但是,如果我使用 mootools 中的 periodical() ,速度几乎完全相同,它是如何做到的?有人可以给我举个例子并解释一下吗?

最佳答案

看起来 mootools(从 version 1.3.2 开始)只是调用 setInterval,所以它应该表现相同:

periodical: function(periodical, bind, args){
return setInterval(this.pass((args == null ? [] : args), bind), periodical);
}

关于javascript - mootools 如何使 periodical() 在所有浏览器中都一样工作?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6602160/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com