Kong Yeong Hong

Results 2 comments of Kong Yeong Hong

> @brness > if _, ok := m[another]; ok { > return []int{m[another], i} > } > 这里为什么不直接使用value,而是用_表示,在后面获取的时候又要使用m[another]? 有点不明白这个是什么意思?可以解释一下吗?

> @halfrost > > > @brness > > > if _, ok := m[another]; ok { > > > return []int{m[another], i} > > > } > > > 这里为什么不直接使用value,而是用_表示,在后面获取的时候又要使用m[another]?...