摘要: php laravel URL 伪静态 Route::get('show{id}.html',['as'=>'products.detail','uses'=>'companyController@show']) ->where('id','\d+'); php .htaccess 配置伪静态 <I 阅读全文
posted @ 2021-04-09 13:50 木名字 阅读(1517) 评论(0) 推荐(0)