标签:func height query scroll 滚动 top document jquer nbsp
$(function(){
var h = $(document).height()-$(window).height();
$(document).scrollTop(h);
});
\
window.onload = function(){
var h = document.documentElement.scrollHeight || document.body.scrollHeight;
window.scrollTo(h,h);
}
标签:func height query scroll 滚动 top document jquer nbsp
原文地址:http://www.cnblogs.com/tongzhou/p/6929061.html