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

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

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

posted @   pspgbhu  阅读(399)  评论(0编辑  收藏  举报
努力加载评论中...
点击右上角即可分享
微信分享提示