go语言fmt Go语言Web框架对比( 二 )


var b int64 = 100
reflectType(b) // type name :int64 type kind :int64
var c = Cat{}
reflectType(c) // type name :Cat type kind :struct
reflectSetValue1(b)
fmt.Println(b) //依然为100
reflectSetValue2(b)
}
【go语言fmt Go语言Web框架对比】go语言fmt的介绍就聊到这里吧,感谢你花时间阅读本站内容 , 更多关于Go语言Web框架对比、go语言fmt的信息别忘了在本站进行查找喔 。