那么,如何通过jQuery更改页面标题?
document.title = "newtitle"
据我所知,这是唯一有效的方法.操纵
$("title")
在IE8上会失败.
标题标签和document.title之间存在细微差别,浏览器会以不同方式对待它们.