const fn = async (time, label) => { await new Promise((res) => setTimeout(res, time)); return label; } const result = await ...
確定! 回上一頁