yangyuzhuo

在网页中打开svg,控制台输入const nodeArray = Array.from(document.querySelectorAll(\'glyph\'));
const names = nodeArray.map(item => item.attributes[0].nodeValue)
names.toString()

分类:

技术点:

相关文章: