我这样写,为什么会报这个错??
imgs是一个节点,要用$().each(function(){})或者$.each(obj,[fn])
console.log( imgs )是个空数组。空数组没办法each吧.document.getElementsByTagName(tagname) 应该有问题没有取到争取的图片对象。
有可能是你没有将代码段写在window.onload=function(){}里面。先执行了js并没有渲染html的内容所以没有找到图片对象