为了账号安全,请及时绑定邮箱和手机立即绑定

iframe + hash实现前进后退的问题

iframe + hash实现前进后退的问题

函数式编程 2018-10-25 21:15:33
export function init(){        $('.c-nav-wrapper').on('click','li',function(){         $('.c-footer').hide();         var target = $(this).attr('data-url'); //data-url = "/地址"         if(target){              location.href = '/#' + $(this).data('url');         };     });    window.onhashchange = function(){        var hash = location.hash;        hash = hash.substring(1,hash.length);        $('#ifm').attr('src', hash + '.html');        console.log(history);    }}我这样写为什么还会出现点击两次后退才能回退的问题?请问我哪里错了?谢谢各位
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 795 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信