goland和python对比

49 阅读1分钟
数据结构对比
goland:
map
chan
slice
array
结构体(struct)
指针

python:
-   List(列表)
-   Tuple(元组)
-   Set(集合)
-   Dictionary(字典)