`

获得网页中image

 
阅读更多
function getimage()
{
alert(document.images.length);

 for(var i=0; i<document.images.length; i++)
 {
  var img = document.images[i]
  var imgName = img.src.toUpperCase() //连接,
alert(img.name); 
};
}
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics