Jquery修改頁面標題title其它JS失效的解決方法

字號:


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