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