首頁  >  文章  >  web前端  >  JS完整取得IE瀏覽器資訊包含類型、版本、語言等等_javascript技巧

JS完整取得IE瀏覽器資訊包含類型、版本、語言等等_javascript技巧

WBOY
WBOY原創
2016-05-16 16:47:201364瀏覽
複製程式碼 程式碼如下:



JS完整取得IE瀏覽器資訊










<script>document.write(navigator.appVersion)</script>



























































瀏覽器類型
<script>document.write(navigator.appName)</script>
瀏覽器版本
瀏覽器語言

<script>document.write(navigator.browserLanguage)</script>
CPU類型
<script>document.write(navigator.cpuClass)</script>
作業系統
<script>document.write(navigator.platform)</script>
系統語言
<script>document.write(navigator.systemLanguage)</script>
td>
使用者語言;
<script>document.write(navigator.userLanguage)</ script> <BR></script>
線上情況
<script>document.write( navigator.onLine)</script>
螢幕解析度 <script> document.write(window.screen.width "x" window.screen.height)</script>
顏色 <script>document.write(window.screen.colorDepth "位")</script>
字體平滑 <script>document.write(window.screen.fontSmoothingEnabled)</script>
appMinorVersion
<script>document.write(navigator.appMinorVersion)</script>
appCodeName
<script>document.write(navigator.appCodeName)</script>
cookieEnabled
<script>document.write(navigator.cookieEnabled)</script>
userAgent
<script>document.write(navigator.userAgent)</script>
td>
javaEnabled
<script>document.write(navigator.javaEnabled())</ script> <BR></script>
taintEnabled
<script>document.write(navigator .taintEnabled())</script>



陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn