function fetchRetry(url, options) { // Return a fetch request return fetch(url, options).then(res => { // check if successful.
確定! 回上一頁