how to make an array of strings. ... Then you probably want a vector, not an array: let mut elements = vec![]; elements.insert("foo"); ...
確定! 回上一頁