python获取数组元素个数的方法 2023-01-31 02:01:37 元素 数组 个数 比如: mylist = [1,2,3] print(len(mylist)) 运行的结果为: 3 相关文章