A String is the Vec and str is the slice. Since a slice is its own type, we can borrow it to change or read as we please. This is the difference between str and ...
確定! 回上一頁