DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> JavaScript入門知識 >> JavaScript綜合知識 >> JavaScript獲取當前網頁標題(title)的方法
JavaScript獲取當前網頁標題(title)的方法
編輯:JavaScript綜合知識     

 JS中的document.title可以獲取當前網頁的標題

  1 2 3 4 5 6 7 8 9 10 11 12 <!DOCTYPE html> <html> <head> <title>jb51.net</title> </head> <body> current document's title is: <script> document.write(document.title); </script> </body> </html>

運行結果如下:

1 current document's title is:jb51.net
XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved