Golang语言中存在一个关键字type,type又有两种使用方式,一种是类型别名,一种是类型定义,是否是熟悉的C语言(define和typedef)味道?web 类型定义json type Student struct { name String age int }svg type I int布局 类型别名指针 type Sdt = Student type I = intxml 他们之间有什么