报错

document(/setattribute).GetElementById is not a function
document(/setattribute).GetElementById is not a function

产生原因:

js是严格区分大小写的

解决方法

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

相关文章:

  • 2021-11-07
  • 2021-10-07
  • 2022-01-06
  • 2021-11-13
  • 2022-01-01
  • 2021-05-11
猜你喜欢
  • 2021-10-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-10
  • 2021-05-14
  • 2021-11-13
相关资源
相似解决方案