1 2 3 4 5
pub fn test_getargs() { let args:Vec<_> = std::env::args().collect(); println!("args = {:?}",args); }