账号密码登录
微信安全登录
微信扫描二维码登录

登录后绑定QQ、微信即可实现信息互通

手机验证码登录
找回密码返回
邮箱找回 手机找回
注册账号返回
其他登录方式
分享
  • 收藏
    X
    关于IE9上History.js改变浏览器改变url的问题?
    55
    0

    我想将这个url中的“?jumpTo=purchasePlan”去掉,就用了History.js中的方法:History.pushState()方法

    http://10.xx.xx.xx/main?jumpTo=purchasePlan

    在谷歌火狐上都行,但是在IE9上,“?jumpTo=purchasePlan”去不掉
    例子中的:

    History.pushState({state:1}, "State 1", "?state=1"); // logs {state:1}, "State 1", "?state=1"
        History.pushState({state:2}, "State 2", "?state=2"); // logs {state:2}, "State 2", "?state=2"
        History.replaceState({state:3}, "State 3", "?state=3"); // logs {state:3}, "State 3", "?state=3"
        History.pushState(null, null, "?state=4");

    这些方法我都试过,都不行,只是将url该成了这样:“http://10.xx.xx.xx/main?jumpT...
    请问ie9上有方法去掉:“?jumpTo=purchasePlan”吗?
    谢谢!

    1
    打赏
    收藏
    点击回答
    您的回答被采纳后将获得:提问者悬赏的 11 元积分
        全部回答
    • 0
    • 冷玉 普通会员 1楼
      502 Bad Gateway

      502 Bad Gateway


      nginx
    更多回答
    扫一扫访问手机版
    • 回到顶部
    • 回到顶部