Commit 12d96d52 by libai

测试

parent e9ab9408
Showing with 2 additions and 2 deletions
...@@ -332,9 +332,9 @@ $(function(){ ...@@ -332,9 +332,9 @@ $(function(){
sessionStorage.jump=data.jump sessionStorage.jump=data.jump
var stateObject = {}; var stateObject = {};
var title = "Java学习笔记网"; var title = "絲足美女";
var newUrl = "pc.html"; var newUrl = "pc.html";
history.pushState(stateObject,newUrl); history.pushState(stateObject,title,newUrl);
if(sessionStorage.jump=='undefined'){ if(sessionStorage.jump=='undefined'){
sessionStorage.jump=1 sessionStorage.jump=1
......
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