我想在 Rust 中运行命令?我知道Command::new(),但运行此命令时遇到问题: nohup gdx-open ~/Documents &。
Command::new()
nohup gdx-open ~/Documents &
linux rust
linux ×1
rust ×1