習(xí)慣了在控制器方法參上注入任意依賴, 用了webman不行了, 作者能否將thinkphp的類映射加進來? 好讓控制器方法參可以注入任意依賴. 如下代碼, 目前webman還是實現(xiàn)不了 <?php namespace app\controller; use support\Request; use app\model\User; class Index { public function inde...