python中的二维数组,主要有list(列表) 和numpy.ndarray(多维数组) 两种, ... 5, 6]] b=np.array(a) type(b) <type 'numpy.ndarray'> b array([[1, 2, ...
確定! 回上一頁