//定义时返回值是int类型,返回时得返回一个int类型的量public int GetInt(){ return 0;}
public int GetInt(int x){ //dosomething return x;}
方法前写int 然后里面直接return