会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
子午
子午曰正,正以有德,德千人谓之豪。
首页
新随笔
联系
订阅
管理
2023年5月30日
Rust字符串转换以及切片问题研究
摘要: |from |to |函数| |: :|: :|: | |&str |String |String::from(s) 或 s.to_string() 或 s.to_owned()| |&str |&[u8] |s.as_bytes()| |&str |Vec |s.as_bytes().to_vec
阅读全文
posted @ 2023-05-30 17:37 成豪
阅读(663)
评论(0)
推荐(0)
编辑
公告