原生javascript遍历找到所有匹配的元素
var ele = document.getElementsByTagName('*');
for(var i=0;i
文章标题:原生javascript遍历找到所有匹配的元素
网页网址:http://scjiangyou.cn/article/ghphhh.html