JavaScript获得页面区域大小的代码

var Client = {
      viewportWidth: function() {
        return self.innerWidth || (document.documentElement.clientWidth || document.body.clientWidth);
      },
 
      viewportHeight: function() {
        return self.innerHeight || (document.documentElement.clientHeight || document.body.clientHeight);
      },
 
      viewportSize: function() {
        return { width: this.viewportWidth(), height: this.viewportHeight() };
      }
};

 

Client.viewportHeight();

JavaScript获得页面区域大小的代码,布布扣,bubuko.com

JavaScript获得页面区域大小的代码

上一篇:OkHTTP 重写 WebSocket 请求头


下一篇:java 语法错误 (操作符丢失) 在查询表达式