In Rust 1.3.0 and later, join is available: fn main() { let string_list = vec!["Foo".to_string(),"Bar".to_string()]; ...
確定! 回上一頁