亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定

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下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號