foreach (var item in arr)
foreach
(
var
item
in
arr)
{
int
index = arr.IndexOf(item);
//index 为索引值
}