Here is an example of fetching data from Star Wars API: import React, {useState, useEffect} from 'react'; import axios from 'axios';// ...
確定! 回上一頁