不使用foreach遍歷一個Dictionary

var iter = spawners.Keys.GetEnumerator(); while (iter.MoveNext()) { var key = iter.Current; }
相關文章
相關標籤/搜索