摘要: 1.点击出现弹框,禁止出现滚动function notTouch(){ window.ontouchmove=function(e){ e.preventDefault && e.preventDefault(); e.returnValue=... 阅读全文
posted @ 2015-08-21 12:07 星堡a 阅读(140) 评论(0) 推荐(0) 编辑