以下代码在火狐下可行,在chrome下弹出0
var img = new Image();
img.src = "http://www.csdn.net/ui/images/gongshang_logos.gif";
alert(img.width)