摘要: 1 TRANSLATE with x English Arabic Hebrew Polish Bulgarian Hindi Portuguese Catalan Hmong Daw Romanian Chinese Simplified Hungarian Russian Chinese Tra 阅读全文
posted @ 2022-06-19 09:50 许伟强 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 在 for a,b := range c 遍历中, a 和 b 在内存中只会存在一份,即之后每次循环时遍历到的数据都是以值覆盖的方式赋给 a 和 b,a,b 的内存地址始终不变 type Person struct { Name string } func TestRange(t *testing. 阅读全文
posted @ 2022-06-19 00:32 许伟强 阅读(104) 评论(0) 推荐(0) 编辑