摘要: console.log($(window).height()); //浏览器当前窗口可视区域高度 console.log($(document).height()); //浏览器当前窗口文档的高度 console.log($(document.body).height());//浏览器当前窗口文档b 阅读全文
posted @ 2017-10-13 14:05 ZRRJDD 阅读(195) 评论(0) 推荐(0) 编辑