Golang 中的 type A = XXX 与 type A XXXX的区别 先上代码 运行结果 结论 先上代码 package main import ( "fmt" ) type A = map[string]string type B map[string]string func main()