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

请输入您要查询的范文:

 

标题 浏览器缩放检测的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/28 13:59:23