Jquery修改頁面標(biāo)題title其它JS失效的解決方法

字號(hào):


    Jquery代碼
    代碼如下:
    $("title").html("hello");
    后來只好用下面這段js代碼來實(shí)現(xiàn)
    Js代碼
    代碼如下:
    document.title="hello";