go 反射包
Posted liubiaos
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了go 反射包相关的知识,希望对你有一定的参考价值。
一、什么是反射?
反射是用程序检查其所拥有的结构,尤其是类型的一种能力;
二、Printf
Printf 的函数声明为:
func Printf(format string, args ... interface{}) (n int, err error)
... 参数为空接口类型。
以上是关于go 反射包的主要内容,如果未能解决你的问题,请参考以下文章