在C/C++和網頁程式設計裡迷了路....
function sleep(n) { var start=new Date().getTime(); while(true) if(new Date().getTime()-start>n) break; }
沒有留言:
張貼留言