1. 首先建立list. aaa = [[1,2,3],[4,5,6],[7,8,9],[10,11,12]] · 2. list转array,使用np.array() · 3. array转list,使用array.tolist() · 4. 数组切片.
確定! 回上一頁