... await fetch(url, config); let responseJson = await response.json(); return responseJson; } catch (error) { console.error(error); } } ...
確定! 回上一頁