script type=text/javascript var mobileUrl=wap/index.php, mobile = (/mmp|symbian|smartphone|midp|wap|phone|xoom|iphone|ipad|ipod|android|blackberry|mini|windowssce|palm/i.test(navigator.userAgent.toLow
<script type="text/javascript">
var mobileUrl="wap/index.php",
mobile = (/mmp|symbian|smartphone|midp|wap|phone|xoom|iphone|ipad|ipod|android|blackberry|mini|windowssce|palm/i.test(navigator.userAgent.toLowerCase()));
if (mobile) {
window.location = mobileUrl;
}
</script>
以上的手機網(wǎng)站代碼,即可以兼容多數(shù)主流手機瀏覽器,也可以很好的兼容微信公眾平臺菜單功能。是目前整理的*簡潔的方式就可以實現(xiàn)具體功能的代碼。隨著移動互聯(lián)網(wǎng)的不斷普及,企業(yè)的網(wǎng)絡宣傳不能只局限在PC端,還要在移動端發(fā)展。我們在自己的網(wǎng)站做了手機網(wǎng)站或
微站之后,如果有用戶通過手機訪問我們的企業(yè)**域名網(wǎng)站,就需要自動判斷并跳轉(zhuǎn)到專門的WAP網(wǎng)站。并可以將WAP網(wǎng)站與微信公眾號進行綁定,實現(xiàn)微站的功能。此內(nèi)容由
石家莊網(wǎng)站建設整理發(fā)布。