在29列第5行错误:命名空间前缀的XLink文本路径上的href没有定义
<svg width="1000"height="1000">
<path id="path1" d="M100 200Q200 100 300 200T500 200" stroke="rgb(0,255,0)" fill="none"></path>
<text style="font-size:24px;">
<textPath xlink:href="#path1">
hahahahahahahahhahaha
</textPath>
</text>
</svg>
<svg width="1000"height="1000">
<path id="path1" d="M100 200Q200 100 300 200T500 200" stroke="rgb(0,255,0)" fill="none"></path>
<text style="font-size:24px;">
<textPath xlink:href="#path1">
hahahahahahahahhahaha
</textPath>
</text>
</svg>