这有个书签 点一下就能把当前页面的图片都列出来
javascript:var g=document.images;var s='<b>Images list: '+location.href+'</b><table border=1 style=\'font:x-small verdana\'><tr><th>Image</th><th>Size (kb)</th><th>Dimensions</th></tr>';for (i=0;i<g.length;i++){var fs=(parseInt(g[i].fileSize)/1000);s+='<tr>';s+='<td><img src='+g[i].src+'><br>'+g[i].src+'</td>';s+='<td>'+fs+'</td>';s+='<td>'+g[i].height+'(h) '+g[i].width+'(w) px</td>';s+='</tr>';}s+='</table>';var iw=window.open('','iw','');iw.document.open();iw.document.write(s);iw.document.close();
http://accessify.com/tools-and-wizards/accessibility-tools/favelets/ 发现我这opera右键有个 页面元素 下面的 图片元素 点下 就能把页面中的图片和背景图像都列出来