gpt4 book ai didi

javascript - JavaScript Window 对象的 setTimeout() 方法中的默认超时是什么?

转载 作者:可可西里 更新时间:2023-11-01 01:27:02 24 4
gpt4 key购买 nike

根据 W3Schools超时是必需的参数。但是可以在没有超时参数的情况下调用它。

function eventHandler(e) {
var t = setTimeout(function () {
clearTimeout(t);
alert('Called');
});
}

最佳答案

HTML5 Timer spec说:

5) Let timeout be the second method argument, or zero if the argument was omitted.

关于javascript - JavaScript Window 对象的 setTimeout() 方法中的默认超时是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18275269/

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