>  기사  >  백엔드 개발  >  菜鸟请教一个简单的问题

菜鸟请教一个简单的问题

WBOY
WBOY원래의
2016-06-06 20:34:101456검색

<code><meta name="mobile-agent" content="format=html5;url=http://m.xxx.com/abc/">
<meta name="mobile-agent" content="format=xhtml;url=http://m.xxx.com/abc/">
<script type="text/javascript" src="http://siteapp.baidu.com/static/webappservice/uaredirect.js"></script>
<script type="text/javascript">uaredirect("http://m.xxx.com/abc/");</script>

</code>
<code>电脑版的链接是http://www.xxx.com/abc/,查看电脑页面的源码,发现含有上述的代码用来判断手机端做跳转的,想问下,那个手机链接是怎么匹配调用的,谢谢!
</code>

回复内容:

<code><meta name="mobile-agent" content="format=html5;url=http://m.xxx.com/abc/">
<meta name="mobile-agent" content="format=xhtml;url=http://m.xxx.com/abc/">
<script type="text/javascript" src="http://siteapp.baidu.com/static/webappservice/uaredirect.js"></script>
<script type="text/javascript">uaredirect("http://m.xxx.com/abc/");</script>

</code>
<code>电脑版的链接是http://www.xxx.com/abc/,查看电脑页面的源码,发现含有上述的代码用来判断手机端做跳转的,想问下,那个手机链接是怎么匹配调用的,谢谢!
</code>

一般都是先匹配手机的ua信息,如果符合就重定向。

还有判断手机分辨率的(但是不多)

看一下这个文件就都明白了嘛,: http://siteapp.baidu.com/static/webappservice/uaredirect.js , 其中应该有个 function uaredirect

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
이전 기사:关于业务分层다음 기사:网站周期性出现500错误