摘要: 1.禁止默认事件 document.addEventListener("touchstart",function(ev){ ev=ev||event; ev.preventDefault(); }) 需要使用默认事件的元素上用ev.stopPropagation()阻止冒泡事件. 2.禁止电话与邮箱 阅读全文
posted @ 2018-09-09 15:51 杨小coding 阅读(125) 评论(0) 推荐(0)