身思乐,人事爱,稳恒不言败!

获取图片真实宽高

var img = new Image();
img.src = src;
var realWidth = img.width;
var realHeight = img.height;