odiv.load('new1.html', function(data) { // 如果new1.html里有图片的话这个高度是错误的 // 要等到所有图片load完之后再获取odiv的高度 alert(odiv.height());});