摘要: // 防止页面后退//阻止安卓机后退// 页面载入时使用pushState插入一条历史记录history.pushState(null, null, '#' );console.log('刷新');window.addEventListener('popstate', function(event) 阅读全文
posted @ 2017-05-08 12:58 永往 阅读(3930) 评论(0) 推荐(1)
摘要: document.body.addEventListener('touchend', function(evt) { document.activeElement.blur(); }); 阅读全文
posted @ 2017-05-08 12:50 永往 阅读(282) 评论(0) 推荐(0)