原生javascript遍历找到所有匹配的元素
var ele = document.getElementsByTagName('*');
for(var i=0;i
文章题目:原生javascript遍历找到所有匹配的元素
当前网址:http://www.scdstjk.com/article/ghphhh.html

var ele = document.getElementsByTagName('*');
for(var i=0;i