Baidu는 현재 휴대전화 단말기의 유형을 결정하고 자동으로 점프를 구현하는 js 스크립트를 웹마스터에게 제공하고 있으며, 이는 대다수의 웹마스터와 웹 개발자에게 큰 도움이 됩니다. js 스크립트의 사용은 매우 간단합니다.
가장 핵심적인 js 스크립트 서식 지정 코드는 다음과 같습니다.
function uaredirect(f) {
시도 {
if (document.getElementById("bdmark") != null) {
return
}
var b = false ;
if (인수[1]) {
var e = window.location.host;
var a = window.location.href;
if (isSubdomain(arguments[1], e) == 1) {
f = f "/#m/" a;
b = true
} else {
if (isSubdomain(arguments[1], e) == 2 ) {
f = f "/#m/" a;
b = true
} else {
f = a;
b = 거짓
}
}
} else {
b = true
}
if (b) {
var c = window.location.hash;
if (!c.match("fromapp")) {
if ((navigator.userAgent.match(/(iPhone|iPod|Android|ios)/i))) {
location.replace(f)
}
}
}
} catch(d) {}
}
function isSubdomain(c, d) {
this.getdomain = function(f) {
var e = f.indexOf("://" );
if (e > 0) {
var h = f.substr(e 3)
} else {
var h = f
}
var g = /^www./;
만약 ( g.test(h)) {
h = h.substr(4)
}
return h
};
if (c == d) {
return 1
} else {
var c = this.getdomain(c);
var b = this.getdomain(d);
if (c == b) {
return 1
} else {
c = c.replace(".", "\.");
var a = new RegExp("\." c "$");
if (b.match( a)) {
2 반환
} else {
0 반환
}
}
}
};
建议站长及web开发人员使用如下压缩后的js脚本
함수 uaredirect(f){try{if(document.getElementById("bdmark")!=null){return}var b=false;if(arguments[1]){var e=window.location. 호스트;var a=window.location.href;if(isSubdomain(arguments[1],e)==1){f=f "/#m/" a;b=true}else{if(isSubdomain(인수[ 1],e)==2){f=f "/#m/" a;b=true}else{f=a;b=false}}}else{b=true}if(b){var c =window.location.hash;if(!c.match("fromapp")){if((navigator.userAgent.match(/(iPhone|iPod|Android|ios)/i))){location.replace(f )}}}}catch(d){}}function isSubdomain(c,d){this.getdomain=function(f){var e=f.indexOf("://");if(e>0){ var h=f.substr(e 3)}else{var h=f}var g=/^www./;if(g.test(h)){h=h.substr(4)}return h}; if(c==d){반환 1}else{var c=this.getdomain(c);var b=this.getdomain(d);if(c==b){반환 1}else{c=c. replacement(".","\.");var a=new RegExp("\." c "$");if(b.match(a)){return 2}else{return 0}}}};