C# 如何表示出 string [] str 数组的个数
问题描述:
数组 string [] str, 如何表示数组str的个数
答
str.length
答
这么简单的问题,为啥我就没见过呢……
str.Length
str.Count()
答
str.length