这个是Uncaught怎么回事?
请教大神:
var getDom = function(id){
return document.getElementById(id);
}
为什么在浏览器测试时会显示
Uncaught ReferenceError: getDOM is not defined
at <anonymous>:1:1
请教大神:
var getDom = function(id){
return document.getElementById(id);
}
为什么在浏览器测试时会显示
Uncaught ReferenceError: getDOM is not defined
at <anonymous>:1:1
2018-01-21
举报