gpt4 book ai didi

golang 初始化一片空接口(interface)

转载 作者:IT王子 更新时间:2023-10-29 02:32:57 27 4
gpt4 key购买 nike

<分区>

我定义了一个结构

type container struct{
Data []interface{}
}

并希望将各种不同数据类型的 slice 分配给它。例如

ints := []int{2,3,4}
tmp := container{ints}

但是,编译器会报错:

cannot use ints (type []int) as type []interface {} in field value

我应该如何定义容器结构?或者作业需要以不同的方式完成?

可以找到一个完整的例子here

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com