码迷,mamicode.com
首页 > 移动开发 > 详细

移动端浏览器监听返回键

时间:2018-05-23 17:05:50      阅读:198      评论:0      收藏:0      [点我收藏+]

标签:dde   pop   用户   history   span   his   ops   eve   window   

js

var count = 0 ;
window.history.pushState(null, null, "#");
window.addEventListener("popstate", function(e) {
window.history.pushState(null, null, "#");
  document.getElementById(‘logView‘).innerHTML = "用户点击返回" + (++count)
})

html

<p id="logView">test2</p>

 

移动端浏览器监听返回键

标签:dde   pop   用户   history   span   his   ops   eve   window   

原文地址:https://www.cnblogs.com/cnsdhzzl/p/9077442.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!