TL:DR; the code. const sleep = async (ms) => { return new Promise(resolve => setTimeout(resolve, ms)); } ...
確定! 回上一頁