python 如何获取数组(列表)长度? len()

>>> array = [0,1,2,3,4,5] >>> print(len(array)) 6 参考文章:Python返回数组(List)长度的方法html
相关文章
相关标签/搜索