C# List根據值找到索引值方法

List<int> test = new List<int>();it int index = test .FindIndex(item=>item.Equals(888));test
相關文章
相關標籤/搜索