request(url, timeout) { return fetch(url, { timeout: timeout }).then((response) => { return Promise.resolve(response.text()); }); }.
確定! 回上一頁