初级会员
  • 第 56460 位会员
  • primexiao
  • xxsong
  • 2020-09-11 11:52:12
  • Offline
  • 20 15

最近发布的主题

    暂无

最近发布的文章

    暂无

最近分享的资源

    暂无

最近发布的项目

    暂无

最近的评论

  • - case 匹配单个类型:case下面的语句可以将a当做此类型操作 - case 匹配多个类型:只能以i声明的类型进行操作,譬如如果声明的是interface{} 那就不能使用 len() ## 搬运: - https://stackoverflow.com/questions/40575033/golang-multiple-case-in-type-switch - https://golang.org/ref/spec#Type_switches ``` The TypeSwitchGuard may include a short variable declaration. When that form is used, the variable is declared at the beginning of the implicit block in each clause. In clauses with a case listing exactly one type, the variable has that type; otherwise, the variable has the type of the expression in the TypeSwitchGuard. ``` 只能说,主动适应golang强类型语言的思维方式……(或者等泛型)
  • 不等不说go这个“标新立异”的搞法真的是浪费所有人的精力去额外记一个时间格式,真的很sx :angry: