xzzzys

// 回退事件,监听 手机back键和顶部的回退

         pushHistory();

         window.addEventListener("popstate", function(e) {

                   window.location = \'/index.php?m=mobile&c=slimmessage&a=slimsilkbag\';

         }, false);

         function pushHistory() {

                            var state = {

                                 title: "title",

                                 url: "/index.php?m=mobile&c=slimmessage&a=slimsilkbag"

                            };

                          window.history.pushState(state, "title", "/index.php?m=mobile&c=slimmessage&a=slimsilkbag");

                  

         }

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-09-16
  • 2022-01-07
  • 2021-12-05
  • 2021-09-16
  • 2021-09-16
猜你喜欢
  • 2021-09-16
  • 2021-09-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-20
相关资源
相似解决方案