ReferenceError: document is not defined (in plain JavaScript)

前端 未结 4 1990
遇见更好的自我
遇见更好的自我 2020-11-29 07:17

I get the a \"ReferenceError: document is not defined\" while trying to

var body = document.getElementsByTagName(\"body\")[0];

I have seen

4条回答
提交回复
热议问题