码迷,mamicode.com
首页 > 微信 > 详细

微信返回跳转到指定页面js

时间:2018-03-02 14:59:41      阅读:262      评论:0      收藏:0      [点我收藏+]

标签:win   blog   pst   stat   ati   function   指定   返回   post   

    $(function(){
        pushHistory();
        window.addEventListener("popstate",function(e){
            location.href=‘跳转的URL‘;
        });

        function pushHistory() { 
        var state = { 
            title: "title", 
            url: "#"
        }; 
        window.history.pushState(state, "title", "#"); 
    } 
    });

 

微信返回跳转到指定页面js

标签:win   blog   pst   stat   ati   function   指定   返回   post   

原文地址:https://www.cnblogs.com/xiaoyu5062/p/8492454.html

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