ReactDOM.render(
<h1>Hello, world!</h1>,
document.getElementById('root');
document.getElementById('root'
);
它将在页面上展示一个 “Hello, world!” 的标题。