摘要: 解决方法:监听事件来阻止 window.onload=function () { document.addEventListener('touchstart',function (event) { if(event.touches.length>1){ event.preventDefault(); 阅读全文
posted @ 2018-04-11 15:18 Matthew~ 阅读(308) 评论(0) 推荐(0) 编辑