这种写法是什么意思

cups_book · · 1202 次点击
可是, []byte(json_string) 不是已经把json_string 转成了byte array了吗? uint arr:%!(EXTRA []uint8=[123 34 110 97 109 101 34 58 34 122 104 97 110 103 115 97 110 34 44 34 112 97 115 115 34 58 34 49 50 51 52 53 54 34 44 34 97 103 101 34 58 50 48 125]) byte arr : [123 34 110 97 109 101 34 58 34 122 104 97 110 103 115 97 110 34 44 34 112 97 115 115 34 58 34 49 50 51 52 53 54 34 44 34 97 103 101 34 58 50 48 125] &{zhangsan}
#10
更多评论
go结构体标签 https://blog.csdn.net/benben_2015/article/details/79807792
#1
嗯,我遇到的是这个错误: json: cannot unmarshal array into Go struct field 意思是说...go没法反序列化一个array到go的结构体字段里去..?
#2