thinkphp5.1路由匹配中文参数报错!!!!

浏览:806 发布日期:2018/12/01 分类:ThinkPHP5专区 关键字: 路由中文
thinkphp5.1路由匹配中文参数报错!!!!路由中文变量参数 应该怎麽写?
--------------------例如
Route::group(['ext'=>'html'],function () {
Route::rule('/:catid/:type/:keys', 'Index/index');
})->pattern(['catid'=>'\d+','type'=>'\d+','keys'=>??????]);
最佳答案
评论( 相关
后面还有条评论,点击查看>>