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

浙公网安备 33010602011771号