0

以下代码在 FF 中有效,但在 Chrome 中无效:

history.replaceState({ obj: 'pushed on' }, 'unused', '');

alert(history.state.obj);

有什么方法可以history.state在 Chrome 中工作吗?

4

1 回答 1

2

希望这会对您有所帮助:History.js

于 2012-05-15T17:14:40.533 回答