settimeout

  • 网络延时;延迟;倒计时;线程;时间值
settimeoutsettimeout
  1. These IDs are passed back from the setTimeout / setInterval function .

    这些ID是从setTimeout/setInterval函数传递回来的。

  2. GWT provides a Timer class with a schedule () method , akin to the JavaScript language 's own setTimeout () method .

    GWT提供一个Timer类,其中的schedule()方法与JavaScript语言自己的setTimeout()方法相似。

  3. The agent ends by setting up a setTimeout timer , which reloads the iFrame after a period of1000 milliseconds .

    代理以设置定时器setTimeout结束,此定时器将在1000毫秒后重新载入iFrame。

  4. You make a call to your server using XMLHttpRequest , and as soon as it comes back , wait a fixed amount of time ( usually using JavaScript 's setTimeout function ), and then call it again .

    使用XMLHttpRequest向服务器发出调用,返回后,等待一段固定的时间(通常使用JavaScript的setTimeout函数),然后再次调用。