数组的( )方法可以用来获得指定维度的大小。
A: GetLength
B: Count
C: GetUpperBound
D: Length
A: GetLength
B: Count
C: GetUpperBound
D: Length
举一反三
- 中国大学MOOC: 数组的( )方法可以用来获得指定维度的大小。
- 数组的属性和方法中,返回数组元素个数的是() A: Rank B: Length,Count C: GetLength D: GetLowerBound
- 要获取数组的大小,可以使用函数() A: list() B: count() C: length() D: sizeof()
- 如果要获得一维数组A中元素的个数,则不能使用( )。 A: Rank B: Length C: GetLength(0) D: longLength
- 数组对象的( )属性返回数组长度的数值。 A: length B: size C: getLength D: getsize