重载一个方法TEST;public void test(){}被重载public void test(int a,int b){..}那么这样写算什么?public int test (int a , int b){..} 有点晕! [解决办法]算。。。编译失败