模板的URL引号问题,怎么处理呀?

浏览:314 发布日期:2017/04/12 分类:求助交流 关键字: url
<a href="{:url('index/content/', 'id=$submenuVo.id')}">
会解析成
<a href="<?php echo url('index/content/', 'id=$submenuVo['id']'); ?>">
引号会有问题,怎样处理呢?
最佳答案
评论( 相关
后面还有条评论,点击查看>>