有没有办法从树枝中替换 GET 参数值?
例如,我在这个地址有一个页面:
http://localhost/app_dev.php/test/?param1=40&sort=name
在我的树枝中,我想建立 3 个这样的链接:
http://localhost/app_dev.php/test/?param1=40&sort=name
http://localhost/app_dev.php/test/?param1=40&sort=address
http://localhost/app_dev.php/test/?param1=40&sort=code
现在我再次在 URL 的末尾添加了“&sort”参数,但这个解决方案实际上是一个“补丁”,它很烂!
<a href="{{app.request.requesturi}}&sort=address">address</a>
在这个例子中我只有 2 个参数,但实际上我有大约 6 个参数,因为生成它的链接是通过提交一个 .