如果函数在字符串中找不到空格,则整个字符串必须是一个单词,因此应返回整个字符串。 fn first_word(s: &String) -> usize { let bytes = ...
確定! 回上一頁