织梦开启绝对地址PC端跳转到静态手机端实现方法
1、织梦PC端内容页跳转到手机端静态内容页代码如下:
- (function(){if(navigator.userAgent.match(/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|BlackBerry)/i)){window.location.href="{dede:field.arcurl function='str_replace("http://www.jb51.net","http://m.jb51.net",@me)'/}";}})();
-
2、织梦PC端列表栏目页跳转到手机端静态列表栏目页代码如下:
- (function(){if(navigator.userAgent.match(/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|BlackBerry)/i)){window.location.href=" {dede:type }[field:typeurl function='str_replace("http://www.jb51.net","http://m.jb51.net",@me)/]{/dede:type}";}})();
-
来源:互联网
免责声明:如果侵犯了您的权益,请联系站长(1277306191@qq.com),我们会及时删除侵权内容,谢谢合作! |
|