gpt4 book ai didi

javascript - setTimeout(fun) 有一个参数? (未指定超时)

转载 作者:数据小太阳 更新时间:2023-10-29 04:59:37 25 4
gpt4 key购买 nike

HTML5 specifications声明 setTimeout 可以在没有额外的“timeout”参数的情况下运行,该参数应该表示函数“处理程序”将在多少毫秒后被调度。

handle = window . setTimeout( handler [, timeout [, arguments ] ] )
Schedules a timeout to run handler after timeout milliseconds. Any arguments are passed straight through to the handler.

但是,我找不到任何地方可以解释当没有设置“超时”时间段时会发生什么。

一个例子用法是,animation implementation进入拉斐尔图书馆。

animationElements[length] && win.setTimeout(animation);

最佳答案

参见 http://www.whatwg.org/specs/web-apps/current-work/multipage/timers.html#get-the-timeout

  1. Let timeout be the second argument to the method, or zero if the argument was omitted.

关于javascript - setTimeout(fun) 有一个参数? (未指定超时),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2723610/

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