Merge pull request #8 from VulperVoid/patch-4

修正和改进
revert-8-patch-4
ShaoBo Wan(无极) 7 years ago committed by GitHub
commit 7e67b76c36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,10 +1,10 @@
11 - 变参函数
12 - 变参函数
========================
上一节:[第十篇 if else 语句](/docs/golang_tutorial_10.md)
下一节:[第十二篇 包](/docs/golang_tutorial_12.md)
上一节:[第十一篇 数组和切片](/docs/golang_tutorial_10.md)
下一节:[第十三篇 Map](/docs/golang_tutorial_12.md)
这是本Golang系列教程的第11篇。
这是本Golang系列教程的第12篇。
## 什么是变参函数?
@ -115,4 +115,7 @@ type of nums is []int
89 found at index 0 in [89 90 95]
```
变参函数的介绍到此结束。感谢阅读。
变参函数的介绍到此结束。感谢阅读。
上一节:[第十一篇 数组和切片](/docs/golang_tutorial_10.md)
下一节:[第十三篇 Map](/docs/golang_tutorial_12.md)

Loading…
Cancel
Save