方法参数错误ID
来源:3-6 获取请求参数
慕仰3085756
2018-01-23
<?php
use think\Route;
Route::rule('hello','sample/Test/hello');
Route::get('hello/:id','sample/Test/hello');
?>没有进行虚拟域名简化
访问路径:http://localhost/shop/zerg/public/index.php/hello/123456?name=iiiiiiii
写回答
1回答
-
7七月
2018-01-23
你直接贴一下错误信息我看看
022019-05-17
相似问题