public static function main($argv) { // $argv包括了我们的cli标准脚本, 因此需要删除 array_shift($argv); CLI::main($argv); }