变量类型是Rectangle类型,通过反射获取到了变量。想将变量作为参数传递。
Field e=getField()
void abc(Rectangle d){ }
怎么实现?
试试
abc(e.get(null));
谢谢。