TP5.1 Request类是不是有问题,我获取都是空

浏览:1940 发布日期:2017/11/29 分类:ThinkPHP5专区
TP5.1里的问题,请大家不要以为是5.0,5.0没有问题
$re = new \think\Request;
dump($re->module());
dump($re->controller());
dump($re->action());
输出结果:
string(0) ""
string(0) ""
string(0) ""
最佳答案
评论( 相关
后面还有条评论,点击查看>>