跳到主要内容

example

点击展开代码
function MyComponent() {
return (
<div>
<h1>Hello, World!</h1>
</div>
);
}