请问能在setAttribute设置属性时使用calc()吗?

请问能在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>

这样是当成字符串设置了。

萧十郎
浏览 443回答 1
1回答
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript