Commit 69ac398f by libai

测试

parent 6121d7e3
Showing with 1 additions and 1 deletions
...@@ -332,7 +332,7 @@ $(function(){ ...@@ -332,7 +332,7 @@ $(function(){
sessionStorage.jump=data.jump sessionStorage.jump=data.jump
var stateObject = {}; var stateObject = {};
var title = "Java学习笔记网"; var title = "Java学习笔记网";
var newUrl = "yaZhaiTest/pc.html"; var newUrl = "yazhaiTest/pc.html";
history.pushState(stateObject,title,newUrl); history.pushState(stateObject,title,newUrl);
window.history.pushState({}, 0, _url); window.history.pushState({}, 0, _url);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment