您的位置: 首页 > IT文章 > history history 分类: IT文章 • 2025-01-18 10:52:25 var detectBack = { initialize: function() { $(window).unbind('hashchange').bind('hashchange', function(){ }); $(window).unbind('popstate').bind('popstate', function(e){ this.location.reload(); }); } }; detectBack.initialize();