会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
kekemuyu
CnBlogs
Home
New Post
Contact
Admin
Subscription
2017年7月26日
struct和[]byte的转换,注意结构体内变量首字母一定大写
type temp struct { Afd int Bee string }func main(){ text:=temp{3123,"4234"} b._:=json.Marshal(text) var text2 temp err:=json.Unmarshal(b,&text2) fmt.P
Read More
posted @ 2017-07-26 16:00 kekemuyu
Views(202)
Comments(0)
Diggs(0)
Edit
公告