摘要: public class test { private int a; private int b; int c; public int add(int a,int b) { System.out.println(""+a); Sys... 阅读全文