简单案例
howcode 2022-08-03 0 React
<div id="app"></div>
1
<script type="text/babel">
const VDOM = (
<h1 id="test">
<span>Hello,World</span>
</h1>
) ReactDOM.render(VDOM,document.getElementById('test'))
</script>
1
2
3
4
5
6
7
2
3
4
5
6
7
评论
- 表情
——暂无评论——