代码拉取完成,页面将自动刷新
import React from 'react'
import ReactDOM from 'react-dom/client'
// const root = ReactDOM.createRoot(document.getElementById('root'))
// // const h1 = React.createElement('h1', null, 'hello word')
// const p = React.createElement('p', null, '月薪过万')
// const p2 = React.createElement('p2', { id: 123, class: 'title' }, '月薪过万')
// const div = React.createElement('div', null, 'hello', p2, p)
// root.render(div)
const root = ReactDOM.createRoot(document.getElementById('root'))
// const h1 = React.createElement('h1', null, 'hello word')
const el = React.createElement(
'div',
null,
React.createElement('h2', null, '购物列表'),
React.createElement('li', null, '华为'),
React.createElement('li', null, '苹果')
)
const p2 = <p>月薪过万!</p>
root.render(p2)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。