ReactDOM.render( <h1>Hello, world!</h1>, document.getElementById('root') );. It displays a heading saying “Hello, world!” on the page. Try it on CodePen. Click ...
確定! 回上一頁