async componentDidMount() { const { data } = await axios.get('/api/all') this.setState({posts: data, isLoading: false}) ...
確定! 回上一頁