ndarray.shape, 数组的维度,对于矩阵,n 行m 列. ndarray.size, 数组元素的总个数,相当于.shape 中n*m 的值. ndarray.dtype, ndarray 对象的元素类型.
確定! 回上一頁