pspgbhu

obj.style.z-index的正确写法

今天发现obj.style.z-index在js里面报错,后来才知道在js里应该把含“-”的字符写成驼峰式,例如obj.style.z-index的正确写法应该是obj.style.zIndex

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-06-12
  • 2022-02-12
  • 2022-12-23
  • 2022-12-23
  • 2021-11-30
  • 2021-08-07
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-24
  • 2022-12-23
  • 2021-11-16
  • 2021-09-08
  • 2021-10-24
相关资源
相似解决方案