请求类型伪装 支持请求类型伪装,可以在 POST 表单里面提交 _method 变量,传入需要伪装的请求类型,例如: form method= post action= input type= text name= name value= Hello input type= hidden name= _meth
新版支持任意层次级别的控制器,并且支持路由,例如: namespace app \ index \ controller \ one ; use think \ Controller ; class Blog extends Controller { public function index () { return $this -fetch(); } public funct