asp.net中如何获取一个数组的长度?

asp.net中如何获取一个数组的长度?

第1个回答  2009-12-10
str.length()
第2个回答  2009-12-09
数组名.length
第3个回答  2009-12-09
int i = arr.length;
相似回答