摘要: document.addEventListener('touchmove', function (e) { e.preventDefault(); }, false);//阻止默认行为document.addEventListener('touchmove', function (e) { e.pr... 阅读全文
posted @ 2015-02-06 09:34 Shimily 阅读(2872) 评论(0) 推荐(0)