关于object对象转换为int类型时间:2022-04-16 22:53:44注意:不能强制转换!!! Object a; int b = Integer.parseInt(String.valueOf(a));