mayb
C#.NET
Golang
相册
关于我
好记性不如烂笔头。
当前位置:
首页
>
C#.NET
foreach索引
foreach(var item in arr)
{
int index = arr.indexOf(item); //index 为索引值
item....
}