Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法确定网页上移动 Safari 中“视口”的位置?就像手机当前在页面上看到的 x、y、w、h 像素位置一样?
在 javascript(在 Mobile Safari 上)中,您可以使用 window.pageXOffset 和 window.pageYOffset 来获取 x 和 y 偏移量,使用 window.innerWidth 和 window.innerHeight 来获取 w 和 h。