我正在尋找一種方法,如何將數據從var title設置爲其他數據(var t),並在頁面源中查看結果。 現在我有:現在如何將變量數據存儲在其他變量中並解析它
// example: home
var title = document.title;
var t = title;
,在烴源視圖,VAR =標題和document.title時變種噸也。
我該如何解析這段代碼,並查看document.title的返回值?
感謝您的解釋。
有了這個代號: VAR標題= document.title時
我想在瀏覽器的源代碼,看看: VAR標題=「頁面的標題被觀看」,而不是VAR標題= document.title時
目前尚不清楚你試圖達到什麼目的。 – nicael 2015-04-01 09:59:13