一、list、numpy互转a=np.array(a) 【将list转换成numpy】a=a.tolist() 【将numpy转换成list】importnumpyasnpa=[1,2 ...
確定! 回上一頁