随笔分类 -  JSX学习

摘要:1.定义虚拟DOM时,不要写引号。 创建虚拟DOM: const VDOM=( <h2 id="atguigu" >Hello React!</h2> ) 渲染虚拟DOM到页面 ReactDOM.Render(VDOM,document.getElementById("test"))//参数1VDO 阅读全文
posted @ 2022-10-11 13:44 尤念 阅读(56) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示