码迷,mamicode.com
首页 > 其他好文 > 详细

golang之反射

时间:2021-06-09 15:36:10      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:ring   返回   str   com   ice   ons   type   const   ola   

依赖的包为reflect。

Kind():返回最基础的类型。

type Kind uint

const (
	Invalid Kind = iota
	Bool
	Int
	Int8
	Int16
	Int32
	Int64
	Uint
	Uint8
	Uint16
	Uint32
	Uint64
	Uintptr
	Float32
	Float64
	Complex64
	Complex128
	Array
	Chan
	Func
	Interface
	Map
	Ptr
	Slice
	String
	Struct
	UnsafePointer
)

relect.ValueOf, value.Elem():Elem()用与指针或者interface返回值。

golang之反射

标签:ring   返回   str   com   ice   ons   type   const   ola   

原文地址:https://www.cnblogs.com/dingxiaoqiang/p/14866609.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!