history.pushState(null,'my test title','/test/url');
历史事件工作正常,但页面标题保持不变。是吗?我应该每次手动更换吗?如果我应该,为什么在pushState()方法中有这样的参数,如标题?
document.title = "This is the new page title.";