2020年7月17日

laravel 框架

摘要: // 路由访问控制器方法 // Route::get('/','Intt@index'); //get方法 //Route::Post('/','Inttx@index'); //post方法 // 使用多个方法 //Route::match(['post','get'],'/','Intt@ind 阅读全文

posted @ 2020-07-17 16:57 vermouthmo 阅读(91) 评论(0) 推荐(0)

导航