在H5项目中 需要修改style :
document.querySelector('#pant').style.left = '20px'; 这种就不会报错
document.querySelector('#pant').style.object-position = 'inherit';
或者
document.querySelector('#pant').style.padding-top = '20px';
遇到这种属性名带“-”符号的 编译器就不能识别,请问有转义符吗?或者如何解决这种情况 谢谢告知一下
yangLai
- 发布:2022-03-05 15:21
- 更新:2022-03-05 16:05
- 阅读:421
编译器报错 document.querySelector('#pant').style.object-position = 'inherit';
分类:HBuilderX
yangLai (作者)
非常感谢,已解决
2022-03-05 16:28