This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
nice-repo-share
/
the-way-to-go_ZH_CN
oglindă de
https://github.com/Unknwon/the-way-to-go_ZH_CN.git
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Wiki
Arbore:
b1b24fe2f5
Ramuri
Etichete
master
the-way-to-go_Z...
/
eBook
/
06.0.md
06.0.md
394 B
Istoric
Crud
#6
.0 函数 函数是Go里面的基本代码块:Go函数的功能非常强大,以至于被认为拥有函数式编程语言的多种特性。在这一章,我们将对
第4.2.2节
所简要描述的函数进行详细的讲解。
##链接
目录
上一节:
break与continue使用标签跳转——goto关键字
下一节:
函数介绍