码迷,mamicode.com
首页 > 其他好文 > 详细

Go基础之匿名变量

时间:2018-01-17 20:15:15      阅读:128      评论:0      收藏:0      [点我收藏+]

标签:ros   get   str   blog   基础   nic   说明   string   go基础   

//获取名、姓、昵称
func GetName()(firstName,lastName.nickName string){
    return "chunl","zhao","lei"
}
//只获取昵称
_,_,nickName := GetName()

说明:

1、Go语言支持返回多个值(多重返回)

2、如果只想获取某个值,不用像其他语言声明所有变量(匿名变量)

Go基础之匿名变量

标签:ros   get   str   blog   基础   nic   说明   string   go基础   

原文地址:https://www.cnblogs.com/zhaocl/p/8304317.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!