js 判断当前的手机系统类型

Posted JonSnow

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了js 判断当前的手机系统类型相关的知识,希望对你有一定的参考价值。

<script language="javascript">
window.onload = function () {
alert("1");
var u = navigator.userAgent;
if (u.indexOf(‘android‘) > -1 || u.indexOf(‘Linux‘) > -1) {//安卓手机
alert("安卓手机");
// window.location.href = "mobile/index.html";
} else if (u.indexOf(‘iPhone‘) > -1) {//苹果手机
// window.location.href = "mobile/index.html";
alert("苹果手机");
} else if (u.indexOf(‘Windows Phone‘) > -1) {//winphone手机
alert("winphone手机");
// window.location.href = "mobile/index.html";
}
}
</script>

 

以上是关于js 判断当前的手机系统类型的主要内容,如果未能解决你的问题,请参考以下文章

使用js 判断当前运行环境实在浏览器还是在手机

使用JS判断客户端浏览器操作系统类型

js如何判断浏览器类型,包括手机浏览器的?

JS 判断手机操作系统代码

JavaScript-js怎样判断手机浏览器

js判断iphone14