During work, many friends often use js to determine whether the client is a PC or a handheld device. The following methods are provided today. If you need them, refer to the following methods during work, many friends often use js to determine whether the client is a PC or handheld device. The following methods are pro
1. The first kind:Copy CodeThe code is as follows: function IsPC () {var useragentinfo = navigator.useragent;var Agents = ["Android", "IPhone","SymbianOS", "Windows Phone","IPad", "IPod");var flag = true;for (var v = 0; v if (Useragentinfo.indexof (Agents[v]) > 0) {Flag = false;Break}}return flag;}2. The second type:Copy CodeThe code is as follows: function Browserredirect () {var suseragent = Navigator.userAgent.toLowerCase ();var bisipad = Suseragent.match (/ipad/i) = = "ipad";var Bisiphoneos
On June 19, May 1, a spokesman for Dell and canonical announced that Dell began selling Ubuntu PC computers (pre-installed with Ubuntu 7.04), while canonical provided support services for them. Nick Selby, senior analyst at the 451 group, said that Dell's new Ubuntu PC will have several types of computers: one is a lap
Dell finally launched the long-awaited LinuxPC product today, including two desktops and a notebook, all pre-installed with the Ubuntu7.04 operating system. They are desktop PC "pcxps0000n", "DimensionE520n", and notebook "yunrone1505n ". Obviously, Dell's LinuxPC end with n for easy identification. Both DimensionE520n and xps0000n are based on IntelCore2DuoE4 Dell
In June 2, Dell will sell four models of pre-installed Ubuntu8.04 computers, including Laptops and Desktops, at the end of June this year, according to Steven J. Vaughan-nickls. What does this mean? I remember that at this time last year, Dell decided to sell Ubuntu computers. After one year of global IT practice (Market) testing, Ubuntu is now standing. In April 17, MarkShuttleworth, founder of Ubuntu, tol
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.