Component { componentDidMount() { // 获得映射的dispatch fetch('http://jsonplaceholder.typicode.com/posts').then((res) => { return res.json() }) ...
確定! 回上一頁