pythonCopy import numpy as np # 通過字串來指定資料型別 test = np.array([4, 5, 6], dtype='int64') #通過np 內的常量來指定 test = np.array([7, ...
確定! 回上一頁