阅读:3776 次 编辑日期:2013-12-02
$(document).ready(function(){ $("#img").height();//在chrome中获取到为0; })
$(window).load(function(){ $("#img").height();//在chrome中可以获取到 })