为了账号安全,请及时绑定邮箱和手机立即绑定

不能在 equalStringArray 的参数中使用 temp(类型接口 {})

不能在 equalStringArray 的参数中使用 temp(类型接口 {})

Go
哆啦的时光机 2021-09-09 15:02:36
我正在尝试将字符串数组传递给方法。虽然它通过了断言,但我收到了这个错误cannot use temp (type interface {}) as type []string in argument to equalStringArray: need type assertion代码:if str, ok := temp.([]string); ok {    if !equalStringArray(temp, someotherStringArray) {        // do something    } else {        // do something else    }}我也试过检查类型,reflect.TypeOf(temp)这也在打印[]string
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 162 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信