很多企業網站都需要作一個手機版,所有網站手機和電腦都可以打開,只是現在的智能手機不能很好的兼容電腦版的網頁。手機版的網站需要簡單,以文字為主,才能很好的兼容。可以在網站的首頁設置一個程序來判斷用戶是手機端還是電腦。如果是手機端,直接中轉到手機端 。如果是PC端 直接中轉到PC端。
在網站的首頁插入入下代碼。
<script type="text/javascript">
function browserRedirect() {
var sUserAgent = navigator.userAgent.toLowerCase();
var bIsIpad = sUserAgent.match(/ipad/i) == "ipad";
var bIsIphoneOs = sUserAgent.match(/iphone os/i) == "iphone os";
var bIsMidp = sUserAgent.match(/midp/i) == "midp";
var bIsUc7 = sUserAgent.match(/rv:1.2.3.4/i) == "rv:1.2.3.4";
var bIsUc = sUserAgent.match(/ucweb/i) == "ucweb";
var bIsAndroid = sUserAgent.match(/android/i) == "android";
var bIsCE = sUserAgent.match(/windows ce/i) == "windows ce";
var bIsWM = sUserAgent.match(/windows mobile/i) == "windows mobile";
if (!(bIsIpad || bIsIphoneOs || bIsMidp || bIsUc7 || bIsUc || bIsAndroid || bIsCE || bIsWM) ){
window.location.href=B頁面;
}
}
browserRedirect();
</script>
<script type="text/javascript">uaredirect("<A href='http://www.83330736.com/wap/","http://www.83330736.com/index.html");http://www.83330736.com/wap/","http://www.83330736.com/index.html");</script>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
建站咨詢
如您有網站建設方面的需要,歡迎給我們留言或在線咨詢 *