Jquery代码  
  1. $("title").html("hello");

后来仅仅好用以下这段js代码来实现

Js代码  
  1. document.title="hello";

05-28 08:45