mirror of
https://github.com/gopl-zh/gopl-zh.github.com.git
synced 2024-11-05 05:53:45 +00:00
commit
9ca3fd63f0
@ -51,7 +51,7 @@ linenum, name := 12, "count"
|
||||
errorf(linenum, "undefined: %s", name) // "Line 12: undefined: count"
|
||||
```
|
||||
|
||||
interfac{}表示函数的最后一个参数可以接收任意类型,我们会在第7章详细介绍。
|
||||
interface{}表示函数的最后一个参数可以接收任意类型,我们会在第7章详细介绍。
|
||||
|
||||
**练习5.15:** 编写类似sum的可变参数函数max和min。考虑不传参时,max和min该如何处理,再编写至少接收1个参数的版本。
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user