我为 []interface{} 定义了一个别名:
type state []interface{}
如何在 State 中获取子项:
func test(s state) {
// How to get 1st element in s ?
// or How to convert s back to []interface{} ?
}
test([]interface{1, 2, 3})
慕仙森
千巷猫影
相关分类