timeout : ms * milliseconds; return new Timer(duration, handleTimeout); } ... void handleTimeout() { // callback function ... }.
確定! 回上一頁