Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 443 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 443 Bytes

Go 每日一题

今日(2023-02-24)的题目如下

以下哪种类型可以使用 cap() 函数?

  • A. array
  • B. slice
  • C. map
  • D. channel
🔑 答案解析:

参考答案及解析:ABD。

知识点:cap(),cap() 函数不适用 map。详情参考:https://docs.studygolang.com/pkg/builtin/#cap