gpt4 book ai didi

gwt - setTimeout 的 GWT 等效项是什么?

转载 作者:行者123 更新时间:2023-12-02 11:31:00 26 4
gpt4 key购买 nike

我想知道 JavaScript 中可用的 setTimeout 函数的 GWT 等效项?

我搜索了此内容,但找不到任何信息。

最佳答案

Timer.schedule

Schedules a timer to elapse in the future.

例如:

Timer t = new Timer() {
public void run() {
Window.alert("Nifty, eh?");
}
};

// Schedule the timer to run once in 5 seconds.
t.schedule(5000);

关于gwt - setTimeout 的 GWT 等效项是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8059147/

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