The problem here is that you are trying to await an array of promises rather than a Promise. This doesn't do what you expect. When the object passed to ...
確定! 回上一頁