argument('ask'); $input = $this->ask('请输入内容'); $this->info("参数 ask: $ask"); $this->info("用户输入: $input"); return 0; } }