出现了这个是因为把js放在了head中,而我获取的是在body中的东西。html整体上是至上而下的流程。因此需要将js从head中放置到body中就可以了。
Uncaught TypeError: Cannot read property 'appendChild' of null
2022-10-05 22:07:08
出现了这个是因为把js放在了head中,而我获取的是在body中的东西。html整体上是至上而下的流程。因此需要将js从head中放置到body中就可以了。
Uncaught TypeError: Cannot read property 'appendChild' of null