联系官方销售客服

1835022288

028-61286886

POSCMS 版主:POSCMS负责人
移动适配对应的url变量是什么
类型:POSCMS 更新时间:2017-09-29 12:19:33

pc里面添加移动适配代码,如下:

<meta name="mobile-agent" content="format=html5;url=http://m.xxx.com/xys/">


url=  这里面的变量代码怎么写?

回帖
  • 迅睿粉丝
    #1楼    迅睿粉丝
    2017-09-29 10:07:51
    0
    show.html页面,这样写{dr_mobile_show_url('模块目录', $id)}
  • 迅睿粉丝
    #2楼    迅睿粉丝
    2017-09-29 11:33:29
    0
    【jiuhao888】1楼调出来的是如下代码,<meta name="mobile-agent" content="format=html5;url=/index.php?s=news&c=show&id=63">前面如果加上m.xxx.com另外,后面的url如何调用出来的是伪静态后的url,而非动态的url如何实现入校结果?<meta name="mobile-agent" content="format=html5;url=http://m.xxx.com/index.php?s=http://m.xxc.com/news/show-63.html"> 类似上面的结果。
  • 迅睿粉丝
    #3楼    迅睿粉丝
    2017-09-29 11:34:31
    0
    【jiuhao888】1楼
    <meta name="mobile-agent" content="format=html5;url=http://m.xxc.com/news/show-63.html">实现这个结果。
  • 迅睿粉丝
    #4楼    迅睿粉丝
    2017-09-29 11:38:34
    0
    手机端不支持伪静态
  • 迅睿粉丝
    #5楼    迅睿粉丝
    2017-09-29 11:52:13
    0
    好办,如果不生成静态的话,可以这样
    {dr_url_prefix($url, "http://m.xxc.com")}
    内容页面调用
    满意答案
  • 迅睿粉丝
    #6楼    迅睿粉丝
    2017-09-29 12:19:33
    0
    感谢大家给我解决此问题,我已经完美的解决