下面的代码通过document.images获取网页中的所有图片,然后获取第一个图片的id属性
width="148" height="112">
width="149" height="118">
Id of first image:
document.write(document.images[0].id);
运行结果如下:
Id of first image:klematis lilac
更多信息请查看IT技术专栏