use std::str;. fn main() {. // -- FROM: vec of chars --. let src1: Vec<char> = vec!['j','{','"','i','m','m','y','"','}'];. // to String.
確定! 回上一頁