class Task { public function onWorkerStart() { new Crontab('1 * * * * *', function(){ //如何调用控制器 }); } }...