gpt4 book ai didi

javascript - 查找 SVG 元素的类名

转载 作者:可可西里 更新时间:2023-11-01 02:17:26 24 4
gpt4 key购买 nike

如何找到 SVG 属性的类名?

如果它是 div 它将是 {reference to DIV}.className

但是,这与 SVG 元素的工作方式并不完全相同

是否有任何 jquery 或 javascript 方法/属性来获取 SVG 元素的类?

请看下面我尝试过的内容:

enter image description here

最佳答案

这是一个 jsfiddle:http://jsfiddle.net/Ujp76/

<body>
<svg class="c1"></svg>

<script>
window.addEventListener("load", function () {
var className = document.querySelector("svg").getAttribute("class");
console.log(className);
});
</script>
</body>

关于javascript - 查找 SVG 元素的类名,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24438085/

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