摘要: package main import "fmt" // Golang中的结构体详解 type newInt int // 自定义类型 type myInt = int // 类型别名 type zsInt int type person struct { name string city stri 阅读全文
posted @ 2022-12-22 15:03 大海一个人听 阅读(341) 评论(0) 推荐(0) 编辑