属性dtypeIn [49]: arr=np.arange(5)In [50]: arrOut[50]: array([0, 1, 2, 3, 4])In [51]: arr.dtypeOut[51]: dtype('int32')函数dtype( )作用:结构 ...
確定! 回上一頁