package hhy;public class hhy protected String xm; protected int xh; void setdataString m int h xm = m; xh = h; public void print Systemoutprintlnxm + + xh;
package hhy;
public class hhy { protected String xm; protected int xh;
public void setdata(String m, int h) {
xm = m;
xh = h;
}
public void print() {
System.out.println(xm + "," + xh);
}
}
原文地址: https://www.cveoy.top/t/topic/iao0 著作权归作者所有。请勿转载和采集!