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

List<int> test = new List<int>();it int index = test .FindIndex(item=>item.Equals(888));test
相关文章
相关标签/搜索