摘要: 1. 自定义类型与别名 1. 自定义类型 type myInt int // 指定一个新类型myInt为int类型 var a myInt // 声明a为myInt类型 2. 别名 type xInt = int // 给int类型取个别名 rune就是int32的别名 2. 结构体语法结构 1. 阅读全文
posted @ 2021-01-03 23:20 10132714 阅读(124) 评论(0) 推荐(0) 编辑
摘要: https://www.liwenzhou.com/ 阅读全文
posted @ 2021-01-03 16:27 10132714 阅读(47) 评论(0) 推荐(0) 编辑