Rust get command line arguments. Copy. use std::env; fn main() { let args: Vec<String> = env::args().collect(); println!("{:?}", args); }.
確定! 回上一頁