使用document.title = "hello";
不能使用
$("title").text("dd");或者 $("title").html("dd");
js 更改head的title
原文:http://www.cnblogs.com/zhanglimei/p/4975842.html