2013年11月21日
摘要: function layout() { if (document.compatMode == "BackCompat") { return { width: Math.max(document.body.scrollWidth, document.body.clientWidth), height: Math.max(document.body.scrollHeight, document.body.clientHeight) }; } else { return { width: Math.max(documen... 阅读全文
posted @ 2013-11-21 10:05 猴哥猴哥 阅读(280) 评论(0) 推荐(0)