将指定pc地址转为对应的移动端地址
函数名称:
dr_to_url
循环体示例,以t前缀为例:
{dr_to_url($t.url)}
show.html内容详情页面:
{dr_to_url($url)}
将域名替换为www.a.com
例如当前url是:www.主站.com/show2.html,打算替换成:www.a.com/show2.html。
{dr_to_url($url, 'www.a.com')}