我试图在Rust中执行以下代码: use std::io::Command; fn main() { let the_output = Command::new("ruby").arg(["-e", "puts 'raja'", "x"]).output() }
確定! 回上一頁