objecthtmldivelement对象
时间:2021-09-07 05:47:48
收藏:0
阅读:19
objecthtmldivelement对象
var avc = document.getElementById("div1");
alert(avc ); 为objecthtmldivelement对象,
objecthtmldivelement对象相当于document.getElementById("div1")。
原文:https://www.cnblogs.com/xi-li/p/15232567.html
评论(0)