JavaScript navigator 對象(轉)

來源:互聯網
上載者:User

標籤:

navigator -- navigator對象通常用於檢測瀏覽器與作業系統的版本

  • navigator,中文"導航器"
  • 引用網址:http://www.dreamdu.com/javascript/window.navigator/
  • navigator對象是window對象的屬性
  • 由於navigator沒有統一的標準,因此各個瀏覽器都有自己不同的navigator版本,這裡只介紹最普遍支援且最常用的

 

常用的navigator屬性
  • appCodeName -- 瀏覽器代碼名的字串表示
  • appName -- 官方瀏覽器名的字串表示
  • appVersion -- 瀏覽器版本資訊的字串表示
  • cookieEnabled -- 如果啟用cookie返回true,否則返回false
  • javaEnabled -- 如果啟用java返回true,否則返回false
  • platform -- 瀏覽器所在電腦平台的字串表示
  • plugins -- 安裝在瀏覽器中的外掛程式數組
  • taintEnabled -- 如果啟用了資料汙點返回true,否則返回false
  • userAgent -- 使用者代理程式頭的字串表示

navigator中最重要的是userAgent屬性,返回包含瀏覽器版本等資訊的字串,其次cookieEnabled也很重要,使用它可以判斷使用者瀏覽器是否開啟cookie。

JavaScript navigator 對象(轉)

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.