html5 replaceState
var bb="history.state = "+(JSON.stringify(history.state))+" , \n\nlocation: " + document.location;
console.dir("bb : "+bb);
window.addEventListener("popstate", function(e){
var currentState = e.state;
var bb="history="+(JSON.stringify(history))+" , \n\n location: " + document.location;
console.dir("bb : "+bb);
alert(bb);
}, false);
function replaceState(){
var data={aa:"122"};
var url=location.pathname;
window.history.replaceState(data,document.title,url+"#!/stealingyourhistory");
//history.replaceState(null, document.title, location.pathname+"#!/stealingyourhistory");
//history.replaceState({page: 1}, "title 1", "?page=1");
console.dir(history);
console.dir("pathname : "+location.pathname);
} 相关推荐
wusiye 2020-10-23
表格的现在还是较为常用的一种标签,但不是用来布局,常见处理、显示表格式数据。在HTML网页中,要想创建表格,就需要使用表格相关的标签。<table> <tr> <td>单元格内的文字</td> ...
gufudhn 2020-08-09
nercon 2020-08-01
swiftwwj 2020-07-21
nercon 2020-07-16
饮马天涯 2020-07-05
Lophole 2020-06-28
gufudhn 2020-06-12
csstpeixun 2020-06-11
huzijia 2020-06-09
WebVincent 2020-06-06
行吟阁 2020-05-30
qsdnet我想学编程 2020-05-26
gufudhn 2020-05-25
qsdnet我想学编程 2020-05-19
suixinsuoyu 2020-05-15
HSdiana 2020-05-15
PioneerFan 2020-05-15