const promise = new Promise((resolve, reject) => { resolve("success"); reject("error"); }); ... 物件),然後立刻reject 它。 簡單來說就是跟上面相反
確定! 回上一頁