Bootstrap

Double转换成int

Double i = 5.02;
int j = i.intValue();
;