ReactDOM.render(<App />, document.getElementById('root'));. which renders App component into element with id root (in index.html ) ...
確定! 回上一頁