js判斷手機訪問跳轉(zhuǎn)到手機站建站知識
導(dǎo)讀:1建站知識SCRIPT LANGUAGE=JavaScript function mobile_device_detect(url) { var thisOS=navig建設(shè)網(wǎng)站網(wǎng)站建設(shè)公司。
<SCRIPT LANGUAGE="JavaScript">
function mobile_device_detect(url)
{
var thisOS=navigator.platform;
var os=new Array("iPhone","iPod","iPad","android","Nokia","Sym網(wǎng)站建設(shè)教程bianOS","Symbian","Windows Phone","Phone","Linux armv71","MAUI","UNTRUSTED/1.0","Windows CE","BlackBerry","IEMobile");
for(var i=0;i<os.length;i++)
{
if(thisOS.match(os[i]))
{
window.location=url;
}
}
//因為相當(dāng)部分的手機系統(tǒng)不知道信息,這里是做臨時性特殊辨認(rèn)
if(navigator.platform.indexOf('iPad') != -1)
{
window.location=url;
}
//做這一部分是因為Android手機的內(nèi)核也是Linux
//但是navigator.platform顯示信息不盡相同情況繁多,因此從瀏覽器下手,即用navigator.appVersion信息做判斷
var c網(wǎng)站建設(shè)制作heck = navigator.appVersion;
if( check.match(/linux/i) )
{
//X11是UC瀏覽器的平臺 ,如果有其他特殊瀏覽器也可以附加上條件
if(check.match(/mobile/i) || check.match(/X11/i))
{
window.location=url;
}
}
//類in_array函數(shù)
Array.prototype.in_array = function(e)
{
for(i=0;i<this.length;i++)
{
if(this[i] == e)
return true;
}
return false;
}
}
mobile_device_detect("http://**.***.com");
</營銷型網(wǎng)站建設(shè)SCRIPT>
百度官方給出的手機跳轉(zhuǎn)代碼:
<script src="http://siteapp.baidu.com/static/webappservice/uaredirect.js" type="text/javascript"></script>
<script type="text/javascript">uaredirect("http://wap.xxxxxx.com","http://www.xxxxxx.com");</script>
備注http://**.***.com這個地方注意填寫你的手機網(wǎng)網(wǎng)址喔!相關(guān)建設(shè)網(wǎng)站網(wǎng)站建設(shè)公司。
關(guān)鍵詞標(biāo)簽: 手機 跳轉(zhuǎn)到
聲明: 本文由我的SEOUC技術(shù)文章主頁發(fā)布于:2023-05-24 ,文章js判斷手機訪問跳轉(zhuǎn)到手機站建站知識主要講述手機,跳轉(zhuǎn)到,手機網(wǎng)站建設(shè)源碼以及服務(wù)器配置搭建相關(guān)技術(shù)文章。轉(zhuǎn)載請保留鏈接: http://www.bifwcx.com/article/web_7112.html
為你推薦與js判斷手機訪問跳轉(zhuǎn)到手機站建站知識相關(guān)的文章
-
通王TWCMS 2.0.3網(wǎng)站模板程序下載
(126)人喜歡 2024-01-15 -
Windows官方原版在哪里下載
(175)人喜歡 2024-01-15 -
WordPress網(wǎng)站模板發(fā)帖標(biāo)題顏色設(shè)置
(131)人喜歡 2024-01-07 -
修改discuz論壇帖子標(biāo)題80字符的長度限制
(249)人喜歡 2024-01-07 -
wordpress程序調(diào)用不帶超鏈接的Tag標(biāo)簽
(234)人喜歡 2024-01-05 -
網(wǎng)站在不同時期需調(diào)整內(nèi)容更新的方向
(112)人喜歡 2023-08-12