Ron, Run ~~
2016年5月12日 星期四
javascript functions
//sleepDuration :時間戳毫秒數
function sleepForTime( sleepDuration ){
var now = new Date().getTime();
while(new Date().getTime() < now + sleepDuration){ /* do nothing */ }
}
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言