企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
> 请编写一个案例,演示对(**基本数据类型****转成****interface{}****在转成****reflect.Value**)进行反射的基本操作, ![](https://img.kancloud.cn/3b/9b/3b9b0c417e1565dfec212993ff9e1ced_1209x781.png) **运行结果** ``` resType init Type is *reflect.rtype resvalue init value is 100 res type is *reflect.rtype sum values is 120 intresvalue type is int sum1 type is int sum1 value is 100 ``` <br> <br> >请编写一个案例,演示对(**结构体类型****转成****interface{}****在转成****reflect.Value**)进行反射的基本操作。 ![](https://img.kancloud.cn/39/0a/390aafbdfd8992d313ab9c24e9c19d00_1209x973.png)