gpt4 book ai didi

javascript - 视口(viewport)右下边缘的 x、y 位置(分别)?

转载 作者:搜寻专家 更新时间:2023-11-01 05:01:41 25 4
gpt4 key购买 nike

我正在寻找一种无插件方法来获取可见视口(viewport)右边缘的 x 坐标,同样,使用 jQuery 或“纯“JavaScript”。

谢谢!

最佳答案

var width = document.documentElement.clientWidth || window.innerWidth;
var height= document.documentElement.clientHeight|| window.innerHeight;

关于javascript - 视口(viewport)右下边缘的 x、y 位置(分别)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13896407/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com