// +---------------------------------------------------------------------- Route::get('think', function () { return 'hello,ThinkPHP5!'; }); Route::get('hello/:name', 'index/hello'); Route::get('datastatistics', 'index/index/datastatistics'); return [ ];