pythonCopy >>> import numpy as np >>> test = np.array([11, 12, 13, 14], dtype="int32") >>> x = test.astype('float32') >>> x array([11., 12., ...
確定! 回上一頁