原本的网址:———http://localhost/wish/index.php/Index/Other/index.html
就应该变成这样:——http://localhost/wish/index.php/Index/Other/index/id/1.html
但是如果要传的id是变动的。那就要模板变量了是吧。
我就在模板中这么写,{:U('Index/Other/index','id={$v.id}')} ^^^^^^
我知道有可能没识别出来{$v.id},,我就该了标签标记
'TMPL_L_DELIM'=>'<{',
'TMPL_R_DELIM'=>'}>'但是,变量还是不出来啊最佳答案