摘要: golang的数组是用花括号括起来的。 Method A method is just a function with a receiver. method: func (v type1) Abs() type2{ } v.Abs() function: func Abs(v type1) type 阅读全文
posted @ 2022-06-14 22:22 hiccuper- 阅读(27) 评论(0) 推荐(0)