python中reshape的用法reshape函數的使用: #reshape()是數組對象中的方法,用于改變數組的形狀arr = [1,2,3,4,5,6,7,8,9] import numpy as np arr=np.array(arr) ...
確定! 回上一頁