-1
如何在JavaScript中使用「txtcercle」更改文本分配ID?我的目標是在下面:更改文本svg JavaScript
<svg width="100" height="100" id="svgcercle" >
<rect id="cercle1" x="5" y="25" width="50" height="50" stroke="#0E0E0E" style="fill:red; stroke-width:1" />
<text id =txtcercle x="5" y="35" font-family="Verdana" font-size="11" fill="white" > Rect1 </text>
</svg>
我也想用JavaScript編寫所需的文本改變文本(ID = 'Rect1')
。