It can be a problem when you want to check the equality of a promise and a return value of an async function. const p = new Promise((res, rej) ...
確定! 回上一頁