async function showGitHubUser(handle) { const url = `https://api.github.com/users/${handle}`; const response = await fetch(url); const user ...
確定! 回上一頁