document(/setattribute).GetElementById is not a function

报错

document(/setattribute).GetElementById is not a function
在这里插入图片描述

产生原因:

js是严格区分大小写的

解决方法

严格按照方法名称书写:GetElementById 修改为getElementById
setattribute修改为setAttribute

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章