登录社区云,与社区用户共同成长
邀请您加入社区
该用户还未填写简介
暂无可提供的服务
func main() { // 程序入口函数\nfunc add(a int, b int) int { // 自定义函数return a bmain()函数是程序执行入口func 函数名(参数) 返回值。