window.onload=function(){
var oimg = new Image();
oimg.src="http://www.baidu.com/demo.jpg";
}
图片对象也有onload和onerror事件,分别在图片加载成功和失败时触发