摘要: 在网页中打开svg,控制台输入const nodeArray = Array.from(document.querySelectorAll('glyph'));const names = nodeArray.map(item => item.attributes[0].nodeValue)names 阅读全文
posted @ 2020-07-02 17:28 yyzyyzyyz 阅读(1311) 评论(0) 推荐(0)