📌  相关文章
📜  数组 c# 代码示例的最后一个索引

📅  最后修改于: 2022-03-11 14:48:55.979000             🧑  作者: Mango

代码示例1
string[] items = GetAllItems();
string lastItem = items[items.Length - 1];
int arrayLength = array.Length;