function promiseOne() { return Promise.resolve(1) } const promisedOne = promiseOne() // note PromiseLike instead of Promise, ...
確定! 回上一頁