通常使用()属性可以返回集合中的对象数目。
A: Count
B: Number
C: Item
D: Total
A: Count
B: Number
C: Item
D: Total
举一反三
- 通常使用什么属性可以返回集合中的对象数目?( ) A: 普通 B: 只读 C: 隐藏 D: 只读和隐藏
- 用来获取集合类中元素个数的属性是() A: Length B: Count C: Capacity D: Number
- 获取ArrayList集合中元素的个数可以使用以下哪个属性?( ) A: Count B: Capacity C: Length D: Add
- Python内置函数_________可以返回列表、元组、字典、集合、字符串以及range对象中元素个数。 A: count() B: length() C: len() D: sizeof()
- Python内置函数_________可以返回列表、元组、字典、集合、字符串以及range对象中元素个数。 A: type( ) B: index( ) C: len( ) D: count( )