阅读背景:

字符串::字符串作为字节字符串(即b“foo”或不赞成的字节!)

来源:互联网 

I see that

我看到

let s = String::from_str("hello");let bytes = s.into_bytes();assert_eq!(bytes, vec![104, 101, 108, 108, 111]);let s = String::from_str("he



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: