webman-framework 發(fā)布1.6.0版本 新增特性 要求PHP>=8.0 支持通過控制器參數(shù)獲取輸入 <?php namespace app\controller; use support\Response; class UserController { public function create(string $name, int $age, float $balance, bo...