JS Judging operating system windows,ios,android (note)

Source: Internet
Author: User

Using JS to determine the user's system is to use the browser's useragent.

Navigator.userAgent:userAgent gets the value of the user agent header used by the browser for HTTP requests.
Navigator.platform:platform gets the operating system and/or hardware platform that runs the browser.

<HTML><Head><Metahttp-equiv= "Content-type"content= "text/html; charset=utf-8"><title></title><Scripttype= "Text/javascript">varu=navigator.useragent;variswindows=(U.indexof ("Windows",0) != -1)?1:0; varIsmac=(Navigator.platform== "mac68k") ||(Navigator.platform== "MACPPC") ||(Navigator.platform== "Macintosh") ||(Navigator.platform== "Macintel");varisandroid=U.indexof ('Android') > -1 ||U.indexof ('ADR') > -1; varIsios= !!U.match (/\ (i[^;] +;( U;)? Cpu.+mac OS X/); if(isandroid==true) {self.location="'; #重定向方法}if(Isios==true) {self.location="'; }if(iswindows==true) {self.location="'}if(Ismac==true) {self.location="'}</Script></Head><Body></Body></HTML>

JS Judging operating system windows,ios,android (note)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

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.