var oWidth=document.images[i].width;
var oHeight=document.images[i].height;
document.images[i].width="500";
document.images[i].height=oHeight*500/oWidth;
js与自动伸缩图片 自动缩小图片的多浏览器兼容(2)
内容版权声明:除非注明,否则皆为本站原创文章。
var oWidth=document.images[i].width;
var oHeight=document.images[i].height;
document.images[i].width="500";
document.images[i].height=oHeight*500/oWidth;
内容版权声明:除非注明,否则皆为本站原创文章。