摘要: $(window).resize(function () { //当浏览器大小变化时 alert($(window).height()); //浏览器时下窗口可视区域高度 alert($(document).height()); //浏览器时下窗口文档的高度 alert($(document.body).heig... 阅读全文
posted @ 2016-12-27 15:58 彪悍的代码不需要注释 阅读(1247) 评论(0) 推荐(0) 编辑
39
0