gpt4 book ai didi

javascript - 通过 SVG 元素上的 onclick 函数重定向到其他 HTML

转载 作者:行者123 更新时间:2023-12-01 00:03:24 27 4
gpt4 key购买 nike

当我单击 svg 元素时,我试图重定向到另一个 HTML 页面。这是我的尝试方法。

 draw.rect(300, 250).move(1100, 200).attr ({ 
fill: 'grey',
stroke: '#000',
'stroke-width': 3
})
.click(function() {
href="./index.html"
})

希望得到一些帮助

最佳答案

您可以将矩形包装在 <a> 中像这样的元素:

svg{border:solid}
<svg width="250" viewBox="-10 -10 320 220">
<a xlink:href="https://stackoverflow.com/">
<rect width="300" height="200" fill="grey" stroke="#000" stroke-width="3" />
</a>
</svg>

关于javascript - 通过 SVG 元素上的 onclick 函数重定向到其他 HTML,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60561304/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com