thinkphp get搜索url 和 分页url 如何重写

浏览:976 发布日期:2016/08/19 分类:求助交流
搜索后的url为:
http://localhost/Index/search.html?q=xxx
分页为:
http://localhost/Index/search/q/xxx/p/2.html

我希望把上述的url重写成
搜索:
http://localhost/search/xxx/
分页:
http://localhost/search/xxx/2/

类似上面的结果 如果在thinkphp中设置 万分感谢
最佳答案
评论( 相关
后面还有条评论,点击查看>>