标签:doc 图片缩放 cat his style bsp nbsp script this
HTML部分:
1 <img width="300" id="b" src="1.png" alt="">
JAVASCRIPT部分:
var img = document.getElementById("b"); img.onclick = function(){ try{ imgPopup.close(); }catch(e){ } imgPopup=window.open(‘‘,‘‘,‘‘) imgPopup.document.write(‘<script>document.onclick=function(){ close();}<\/script>‘); imgPopup.document.write(‘<img src="‘+this.src+‘"/>‘,‘<style>body{margin:0;padding:0;border:0;}<\/style>‘); imgPopup.focus(); imgPopup.document.close(); }
标签:doc 图片缩放 cat his style bsp nbsp script this
原文地址:https://www.cnblogs.com/fudanchencds/p/12785278.html