<svg id="mind-1" width="100%"></svg>
如何在js里面设置相应的高度为width的75%
const elem = document.getElementById("mind-1");
// then how to set height
<svg id="mind-1" width="100%"></svg>
如何在js里面设置相应的高度为width的75%
const elem = document.getElementById("mind-1");
// then how to set height