Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

window.navigator.oscpu

Yhteenveto

Palauttaaa merkkijonon, joka identifioi nykyisen käyttäjärjestelmän.

Syntaksi

oscpuInfo = window.navigator.oscpu 
  • oscpuInfo on merkkijono, joka noudattaa seuraavaa muotoa:
Käyttöjärjestelmä oscpuInfo-merkkijonomuoto
OS/2 OS/2 Warp x (joko 3, 4 tai 4.5)
Windows CE WindowsCE x.y1
Windows 64-bit (64-bit build) Windows NT x.y; Win64; x64
Windows 64-bit (32-bit build) Windows NT x.y; WOW64
Windows 32-bit Windows NT x.y
Mac OS X (PPC build) PPC Mac OS X x.y
Mac OS X (i386/x64 build) Intel Mac OS X x.y
Linux 64-bit (32-bit build) Output of uname -s plus "i686 on x86_64"
Linux Output of uname -sm

1x.y viittaa käyttöjärjestelmän versioon

Esimerkki

function osInfo() { 
  alert(window.navigator.oscpu); 
}
// palauttaa esimerkiksi: "Windows NT 6.0"

Kommentit

Jollei koodi ole etuoikeutettu (chrome tai ainakin on UniversalBrowserRead-etuoikeus), se voi saada general.oscpu.override-asetusarvon eikä todellista alustaa.

Spesifikaatio

DOM Level 0. Not part of any standard.

Document Tags and Contributors

 Contributors to this page: khalid32, Karvjorm
 Last updated by: khalid32,