len():返回对象的长度,注意不是length()函数 ... 1、size import numpy as np X=np.array([[1,2,3,4], [5,6,7,8], [9,10,11,12]]) number=X.size ...
確定! 回上一頁