import ReactDOM from 'react-dom';. import App from './example';. ReactDOM.render(. <App />,. document.getElementById('root'). ); ...
確定! 回上一頁