方法一:
将代码放在window.onload里面
例如:
window.onload = function(){ var H = $(".page_img_wra02 img").height(); $(".page_img_wra02").css("height",H); }