java反射调用属性的set方法时,若属性为int类型,会出错,设置通过get得到的值的getClass为Integer。

2025-01-05 11:20:36
推荐回答(1个)
回答1:

Integer可以直接转成int的啊,int是基本类型,去不是继承于object,而integer是类才能用getclass方法。获得之后能够转成int型