🌈 搜索
📅  最后修改于: 2022-03-11 14:45:30.183000             🧑  作者: Mango
import numpy as np x = np.array(['1.1', '2.2', '3.3']) y = x.astype(np.float)