📜  js 触摸相对位置 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:03:33.338000             🧑  作者: Mango

代码示例1
x = e.touches[0].pageX - e.target.getBoundingClientRect().left
y = e.touches[0].pageY - e.target.getBoundingClientRect().top