count属性

count属性

获取集合中实际包含的元素数量。

定义:

@property
def count(self):
    ...

也可以看看