const delay = (time) => { if (typeof time !== "number") return; return new Promise((resolve) => { setTimeout(resolve, time); }); };. 0人点赞.
確定! 回上一頁