async function getUser(userId) { let response = await fetch(`https://api.com/api/user/${userId}`); let userData = await response.json(); ...
確定! 回上一頁