Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Touch.pageY

概述

触点相对于HTML文档上边沿的的Y坐标. 和 clientY 属性不同, 这个值是相对于整个html文档的坐标, 和用户滚动位置无关. 因此当存在垂直滚动的偏移时, 这个值包含了垂直滚动的偏移.

语法

var y = touchItem.pageY;

返回值

y
触点相对于HTML文档上边沿的的Y坐标. 当存在垂直滚动的偏移时, 这个值包含了垂直滚动的偏移.

标准定义

Touch Events Specification

相关链接

文档标签和贡献者

标签: 
 此页面的贡献者: teoli, khalid32, ziyunfei, hyspace
 最后编辑者: khalid32,