标签: javascript events null position
我的addEventListener在我的Google开发工具上返回null,但我不知道为什么。
std::string
答案 0 :(得分:2)
你有一个id="body"?
id="body"
获取body元素的更快捷方法
var x = document.body;