index.js

const root = document.getElementById('root')
root.innerHTML = `
	<h1>hello</h1>
	<strong>
		<span>world</span>
	</strong>
`

相关文章:

  • 2022-02-05
  • 2022-12-23
  • 2021-06-17
  • 2021-05-10
  • 2021-09-05
猜你喜欢
  • 2022-12-23
  • 2021-11-30
  • 2021-05-27
  • 2022-12-23
  • 2021-10-30
  • 2022-02-16
  • 2021-12-06
相关资源
相似解决方案