企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
* use区别 [这个可参考官方文档 facade说明 ](https://www.kancloud.cn/manual/thinkphp5_1/353959) ## Request::post()问题 支持变量配置, 如,$this\->request\->post('status',1); 不支持5.0 版本直接 用数组配置方式 ## 变量 $dispatch \= Request::dispatch(); dump($dispatch); ~~~ object(think\route\dispatch\Module)#14 (6) { ["controller"] => string(5) "index" ["actionName"] => string(5) "index" ["dispatch"] => array(3) { [0] => string(7) "diquick" [1] => NULL [2] => NULL } ["param"] => array(0) { } ["code"] => NULL ["convert"] => NULL } ~~~