js如何屏蔽触屏的点击事件

2025-04-23 01:58:21
推荐回答(1个)
回答1:

document.ontouchstart = null;
document.ontuchmove = null;
document.ontouchend = null;