String number ="1.0000";

int num =Double.valueOf(number).intValue();//转换为Int类型

05-08 15:03