gpt4 book ai didi

javascript - SVG脚本错误

转载 作者:行者123 更新时间:2023-11-30 05:52:21 25 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
jquery’s append not working with svg element?

有人能告诉我这个脚本有什么问题吗?

我的意思是,它创建了一个圆形元素但没有出现...谢谢!

<html>
<head>
<script src="jquery.js"></script>
<script>
document.write("<svg id='a' version='1.1' xmlns='http://www.w3.org/2000/svg'>");
function a(event)
{var mouseX=(event.clientX)-8;
var mouseY=(event.clientY)-8;
var object=document.getElementById("a");
$(object).append("<circle cx='"+mouseX+"' cy='"+mouseY+"' r='10' stroke='black' stroke-width='5' />");}
document.write("</svg>");
</script>

</head>
<body onclick="a(event)">

</body>
</html>

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