python 如何獲取數組(列表)長度? len()

>>> array = [0,1,2,3,4,5] >>> print(len(array)) 6 參考文章:Python返回數組(List)長度的方法html
相關文章
相關標籤/搜索