ndarray.shape返回一个元组,这个元组的长度就是维度的数目,即ndim属性。 示例代码: import numpy as np x = np.array([1, 2]) y = np.array([[1] ...
確定! 回上一頁