webman-framework 发布1.6.0版本 新增特性 要求PHP>=8.0 支持通过控制器参数获取输入 <?php namespace app\controller; use support\Response; class UserController { public function create(string $name, int $age, float $balance, bo...