shape()函数用于矩阵假设有矩阵aprint(a.shape):输出矩阵的行列数目print(a.shape[0]):输出矩阵的行数print(a.shape[1]):输出矩阵的列数print(a.ndim):求解维度