store' import { Provider } from 'mobx-react' ReactDOM.render( ... Data request fetch('/data/data.json') .then(res => res.json()) .then( ...
確定! 回上一頁