shenkonghui / issue

问题记录
0 stars 0 forks source link

value不是nil,但是reflect.Type(value) 为nil #195

Open shenkonghui opened 9 months ago

shenkonghui commented 9 months ago
a := reflect.TypeOf(arrValue)
fmt.Println(a)

image