Component{ constructor(props){ super(props); this.state={ data: [] ... setState({isLoading: true}); axios.get(API) .then(response => this.
確定! 回上一頁