Uncaught TypeError: Cannot read property 'appendChild' of null

后端 未结 10 2036
予麋鹿
予麋鹿 2020-12-14 08:43

I\'m getting the following error

Uncaught TypeError: Cannot read property \'appendChild\' of null

myRequest.onreadystatechange @ script.js

10条回答
  •  -上瘾入骨i
    2020-12-14 09:00

    Instead of using your script tag defining the source of your .js file in , place it at the bottom of your HTML code.

提交回复
热议问题