s2 is {}",s2); } //&str是字符串slice 类型fn first_word(s: &str) -> &str { //as_bytes 方法将String 转化为字节数组let bytes = s.as_bytes(); ...
確定! 回上一頁