fn first_word(s: &String) -> usize { let bytes = s.as_bytes(); for (i, ... 再來是iter 這個方法中文就是 迭代器 是而這是Rust 用來把collection 跑過一次的功能, ...
確定! 回上一頁