为了账号安全,请及时绑定邮箱和手机立即绑定

Sorry, the page you are looking for could not be found.

Route::any('multy1',function(){
   return 'route any ';
});
Route::get('user/{$id}',function($id){
   return 'ueer_'.$id;
});

输入http://www.test.com/user/4

却出现NotFoundHttpException in RouteCollection.php line 161:

输入http://www.test.com/multy1可以正常显示

正在回答

1 回答

Route::get('user/{$id}',function($id){
   return 'ueer_'.$id;

'user/{$id}'  这里面的id多了一个$符号 。去掉就可以了

加$后id就是一个变量名了。

1 回复 有任何疑惑可以回复我~
#1

BLUE_COUNT 提问者

非常感谢!
2017-01-08 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

Sorry, the page you are looking for could not be found.

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信