Note DO NOT attempt to run this code yet as it will cause an infinite loop. async getData() { const res = await axios.get( 'https://mydomain.com/api' ); ...
確定! 回上一頁