javascript:king=document.documentElement.outerHTML;document.write('<body></body>');document.body.innerText=king;
另外只要改一下,就可以只顯示網頁下的圖片,代碼如下
javascript:king='';for (photocount=0;photocount<document.images.length;photocount++){king+='<img src='+document.images[photocount].src+'><br>'};if(king!=''){document.write('<center>'+king+'</center>');void(document.close())}else{alert('No images!')}
0 意見:
張貼留言