摘要:
function DrawImage(ImgD, iwidth, iheight) { //参数(图片,允许的宽度,允许的高度) var image = new Image(); image.src = ImgD.src; if (image.width > 0 && image.height > 0) { if (image.width / image.height >= iwidth / iheight) { if (i... 阅读全文
posted @ 2012-12-18 14:32
aking96
阅读(699)
评论(0)
推荐(0)
浙公网安备 33010602011771号