关于thinkphp5闭包路由

浏览:1231 发布日期:2016/10/03 分类:求助交流 关键字: thinkphp5
参照官网手册的例子,定义两个路由Route::get('/',function(){ return 'hello,world!'; });可以正常访问,但Route::get('hello',function(){ return 'hello,world!';});提示No input file specified.;
最佳答案
评论( 相关
后面还有条评论,点击查看>>