求教!!!为什么forEach里面不能输出document.write内容
求教!!!为什么forEach里面不能输出document.write内容
var li = document.getElementsByTagName('li');
li.forEach(function(x){document.write(x.nodeName+" "+x.nodeValue+" "+x.nodeType);});
求教!!!为什么forEach里面不能输出document.write内容
var li = document.getElementsByTagName('li');
li.forEach(function(x){document.write(x.nodeName+" "+x.nodeValue+" "+x.nodeType);});
2016-11-29
举报