我试图通过使用ctrlc包覆盖Ctrl + C事件。我想杀死该事件的子进程。我目前正在这样做。 let mut child = Command::new(shell) .arg(option) .arg(script) .spawn() ...
確定! 回上一頁