摘要: 做手机Web开发做浏览器兼容用到了,所以在网上找了些汇总下。 alert($(window).height()); //浏览器当前窗口可视区域高度alert($(document).height()); //浏览器当前窗口文档的高度alert($(document.body).height());/ 阅读全文
posted @ 2016-10-20 14:14 Roberter 阅读(4460) 评论(0) 推荐(0) 编辑