fetch ist wie setTimeout von Haus aus asynchron. const response = fetch ("https://api.com/values"); const json = response.json(); console.log ( ...
確定! 回上一頁