• for range顺序随机,你如果是json序列化,那就只有元素变了才会变。for range加随机的目的是为了避免依赖map的顺序 你可以试一下 ``` m := map[int]int{0: ...