寝鬼社畜 发表于 2019-09-29 13:39
--如题
谢谢~
fn main() { let input = ['h', 'e', 'l', 'l', 'o', ',', ' ', 'w', 'o', 'r', 'l', 'd']; println!("{}", input.iter().collect::<String>()); }
hello, world
评论区
写评论谢谢~