A string literal with the b prefix is a byte string. Such a string is a slice of u8 values— that is, bytes—rather than Unicode text: let method = b"GET"; ...
確定! 回上一頁