加载页面后更改浏览器历史记录中的标题

时间:2016-09-14 16:31:26

标签: javascript

这将显示为" a"在chrome:// history /。我在网页加载后做了一些AJAX时想要一种改变历史标题的方法。

a.html:

<!doctype html>
<html>
        <head>
            <meta charset="utf-8">
            <title>a</title>
        </head>
        <body>
            <script src="a.js" async></script>
        </body>
</html>

a.js:

document.title="abv";

0 个答案:

没有答案