objecthtmldivelement对象
var avc = document.getElementById("div1"); alert(avc ); 为objecthtmldivelement对象, objecthtmldivelement对象相当于document.getElementById("div1")。
原文:https://www.cnblogs.com/xi-li/p/15232567.html