//能訪問
Route::get('/',?function?()?{
????return?view('welcome');
});
//不能訪問,404錯(cuò)誤
Route::get('first',?function(){
????return?'hello,?world';
});
- 2 回答
- 0 關(guān)注
- 2158 瀏覽
添加回答
舉報(bào)
0/150
提交
取消