let imageObj = new Image(); imageObj.src = '×图片路径×'; $(imageObj).on('load error', function () { // load 图片加载成功 error 图片加载失败 });