subprocessSubProcessObjectkill本页总览kill 杀死子进程 在POSIX上,此方法会发送SIGKILL给子进程。 在Windows上则与terminate()相同。 声明 void kill() 参数 参数名描述 返回值 无 使用方式 返回文档