//
pkg.gl
Category
github.com/w3liu/algorithm
books
go-professional-program
6.reflect
package
0.0.0-20240917151801-3e295c8ed30c
Repository:
https://github.com/w3liu/algorithm.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
34 SLOC
#
README
反射三定律
反射可以将interface类型变量转换成反射对象
反射可以将反射对象还原成interface对象
反射对象可修改,value值必须是可设置的