请问能在setAttribute设置属性时使用calc()吗?<svg id='svg' xmlns="http://www.w3.org/2000/svg" width="1122" height="800"></svg><script> document.getElementById('svg').setAttribute('height','calc(100vw * 0.5)')</script>这样是当成字符串设置了。
添加回答
举报
0/150
提交
取消