mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 05:33:04 +08:00
极客学院
This commit is contained in:
@@ -66,7 +66,7 @@ func NewMatrix(params) *matrix {
|
|||||||
|
|
||||||
## 10.2.2 map 和 struct vs new() 和 make()
|
## 10.2.2 map 和 struct vs new() 和 make()
|
||||||
|
|
||||||
new 和 make 这两个内置函数已经在第 [7.2.4](7.2.md) 节通过切片的例子说明过一次。
|
new 和 make 这两个内置函数已经在第 [7.2.4](07.2.md) 节通过切片的例子说明过一次。
|
||||||
|
|
||||||
现在为止我们已经见到了可以使用 `make()` 的三种类型中的其中两个:
|
现在为止我们已经见到了可以使用 `make()` 的三种类型中的其中两个:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user