怎么将url后面的问号去掉

浏览:2127 发布日期:2018/06/04 分类:求助交流 关键字: url 参数 问号
http://localhost/product/detail.html?id=42&model=Eyelashes
我传参时这样写的 <a target="_blank" href="{:url('product/detail',['id'=>$vo.id,'model'=>'Hairpieces'])}">
我想把它变成http://localhost/product/detail/id/42/model/Eyelashes.html
是我写的有什么问题吗 求解
最佳答案
评论( 相关
后面还有条评论,点击查看>>