关于object对象转换为int类型

时间:2022-04-16 22:53:44

注意:不能强制转换!!!

Object a;

int b = Integer.parseInt(String.valueOf(a));