殷勤灯泡

文章
4
资源
0
加入时间
4年0月11天

int.Class和integer.class不是一回事

public class Test {public void test(int x){System.out.println(x);}public static void main(String[] args) throws ClassNotFoundException, SecurityException, NoSuchMethodException, IllegalArgumen...