直接强转就行了啊, float a = 5.3f ; int b = ( int )a; 只是说这样会损失精度。 就是b的值为5
int demo = Math.round(float);
Integer.parseInt()