左手抓右手

右手加左手

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2016年6月22日

摘要: /** * 禁止手机浏览器拖动 */ function stopDefault(){ window.ontouchmove = function(e){ e.preventDefault && e.preventDefault(); e.returnValue = false; e.stopPropagation && e.st... 阅读全文
posted @ 2016-06-22 19:40 yansj1997 阅读(1745) 评论(0) 推荐(0) 编辑