DML1874
2017-07-26 15:27
测试代码:public function info($id){
echo url('index/index/info',['id'=>10])."
";
return "{$id}";}
运行结果:/web/public/index/index/info/id/10.html
已经配置了路由:'url_route_on' => true,
'url_route_must' => false,
'posts/:id' => 'index/index/info'
但是访问的路径用localhost/posts/2.html就报错,这是什么问题?
posts/:id=>'/web/public/index/index/info'
快速入门ThinkPHP 5.0--基础篇
58655 学习 · 495 问题
相似问题