【发布时间】:2019-07-31 03:42:11
【问题描述】:
我是 Javascirpt 的新手。我到底应该在下面的代码中添加什么,以便this.callHandler('ok'); 只会在10 秒后运行
Window_NameInput.prototype.processHandling = function() {
if (this.isOpen() && this.active) {
this.callHandler('ok');
}
};
任何帮助表示感谢提前感谢
【问题讨论】:
标签: javascript timeout