网站首页  汉语字词  英语词汇  考试资料  写作素材  旧版资料

请输入您要查询的考试资料:

 

标题 浏览器缩放检测的js代码
内容
    效果:
    chrome
    代码如下:
    window.devicePixelRatio : 2 (准确)
    screen.deviceXDPI / screen.logicalXDPI : NaN
    window.outerWidth / window.innerWidth : 2
    document.documentElement.offsetHeight / window.innerHeight : 0.020618556701030927 (有相关性)
    window.top.outerWidth / window.top.innerWidth : 2
    ff
    代码如下:
    window.devicePixelRatio : 1.5 (准确)
    screen.deviceXDPI / screen.logicalXDPI : NaN
    window.outerWidth / window.innerWidth : 1.0114583333333333
    document.documentElement.offsetHeight / window.innerHeight : 0.023391812865497075 (有相关性)
    window.top.outerWidth / window.top.innerWidth : 1.0114583333333333
    ie 8
    代码如下:
    window.devicePixelRatio : undefined
    screen.deviceXDPI / screen.logicalXDPI : 1.5416666666666667 (大致准确)
    window.outerWidth / window.innerWidth : NaN
    document.documentElement.offsetHeight / window.innerHeight : NaN
    window.top.outerWidth / window.top.innerWidth : NaN
    ie11
    代码如下:
    window.devicePixelRatio : 1.5 (准确)
    screen.deviceXDPI / screen.logicalXDPI : 1.5
    window.outerWidth / window.innerWidth : 1.0084033613445377
    document.documentElement.offsetHeight / window.innerHeight : 0.02203856749311295 (有相关性)
    window.top.outerWidth / window.top.innerWidth : 1.0084033613445377
    ie10
    代码如下:
    window.devicePixelRatio : undefined
    screen.deviceXDPI / screen.logicalXDPI : 1.5 (准确)
    window.outerWidth / window.innerWidth : 1.0084033613445377
    document.documentElement.offsetHeight / window.innerHeight : 1
    window.top.outerWidth / window.top.innerWidth : 1.0084033613445377
    ie9
    代码如下:
    window.devicePixelRatio : undefined
    screen.deviceXDPI / screen.logicalXDPI : 1.5 (准确)
    window.outerWidth / window.innerWidth : 1.0084033613445377
    document.documentElement.offsetHeight / window.innerHeight : 1
    window.top.outerWidth / window.top.innerWidth : 1.0084033613445377
    360 6.3(完全没反应)
    代码如下:
    window.devicePixelRatio : undefined
    screen.deviceXDPI / screen.logicalXDPI : 1
    window.outerWidth / window.innerWidth : NaN
    document.documentElement.offsetHeight / window.innerHeight : NaN
    window.top.outerWidth / window.top.innerWidth : NaN
    360极速浏览器
    代码如下:
    window.devicePixelRatio : 1
    screen.deviceXDPI / screen.logicalXDPI : NaN
    window.outerWidth / window.innerWidth : 1.5
    document.documentElement.offsetHeight / window.innerHeight : 0.015267175572519083
    window.top.outerWidth / window.top.innerWidth : 1.5(准确)
    搜狗高速浏览器 (完全没反应)
    代码如下:
    window.devicePixelRatio : undefined
    screen.deviceXDPI / screen.logicalXDPI : 1
    window.outerWidth / window.innerWidth : NaN
    document.documentElement.offsetHeight / window.innerHeight : NaN
    window.top.outerWidth / window.top.innerWidth : NaN
    淘宝浏览器
    代码如下:
    window.devicePixelRatio : 1
    screen.deviceXDPI / screen.logicalXDPI : NaN
    window.outerWidth / window.innerWidth : 2.0710059171597632 (大致准确)
    document.documentElement.offsetHeight / window.innerHeight : 0.022988505747126436
    window.top.outerWidth / window.top.innerWidth : 2.0710059171597632
随便看

 

在线学习网考试资料包含高考、自考、专升本考试、人事考试、公务员考试、大学生村官考试、特岗教师招聘考试、事业单位招聘考试、企业人才招聘、银行招聘、教师招聘、农村信用社招聘、各类资格证书考试等各类考试资料。

 

Copyright © 2002-2024 cuapp.net All Rights Reserved
更新时间:2025/5/18 0:50:15