當網頁高度不足瀏覽器視窗時$(document).height()返回的是$(window).height(). 假如您要獲取整個網頁的高度,不建議用$("html").height()、$("body").height()的高度,.
確定! 回上一頁