点击运行
import numpy as np x = np.array([1,2,3,4,5], dtype = np.int8) print(x.itemsize)
运行结果 :
正在执行...