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

为什么这段代码会使切片边界超出范围?

为什么这段代码会使切片边界超出范围?

Go
慕虎7371278 2021-09-10 10:21:40
我不知道为什么这段代码总是超出范围限制:parts := make([]string, 0, len(encodedCode)/4)for i := 0; i < len(encodedCode); i += 4 {    parts = append(parts, encodedCode[i:4])}encodedCode是长度总是乘以 4 的字符串。这意味着encodedCode[i:4]永远不会越界。
查看完整描述

1 回答

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

添加回答

举报

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