如何将Vec <string>转换为分离的String?

时间:2016-09-19 07:52:04

标签: rust

例如:

let mut v = vec!["hello", "world"];
v.split(" ") // Expected result: "hello world"

0 个答案:

没有答案