摘要: function getInfo() { var s = ""; s += " 网页可见区域宽:"+ document.body.clientWidth; s += " 网页可见区域高:"+ document.body.clientHeight; //body s += " 网页可见区域宽:"+ document.body.offsetWidth + " (包括边线和滚动条的宽)"; ... 阅读全文
posted @ 2019-04-03 21:32 HiYou 阅读(271) 评论(0) 推荐(0) 编辑