function getInner() { if (typeof window.innerWidth != 'undefined') { return { width : window.innerWidth, height : window.innerHeight } } else { return { width : document.documentElement.clientWidth, height : document.documentElement.clientHeight } } }
获取浏览器视口大小函数(跨)
上次更新时间 : 2013-04-20 19:28
暂无评论