摘要: 做手机Web开发做浏览器兼容用到了,所以在网上找了些汇总下。 alert($(window).height()); //浏览器当前窗口可视区域高度 alert($(document).height()); //浏览器当前窗口文档的高度 alert($(document.body).height()) 阅读全文
posted @ 2018-03-09 15:18 潵落dë「時」間 阅读(217) 评论(0) 推荐(0) 编辑