你现在就上班了吗?
我以前打工的时候就随便玩,因为人少,fire了我就没有人了啊!哈哈
我以前打工的时候就随便玩,因为人少,fire了我就没有人了啊!哈哈
【三元毕业设计论文】
三元论文真的只有三元钱
客服QQ:742670649
http://shop35094218./
不好意思看错,我帮你改一下,虽然是成功了,但是很不理想!
希望你能自己明白错在哪里就好了!
public class M1 {
int m,n;
void test1(int m,int n){
this.m=111;
this.n=1112;
}
public static void main(String[] args) {
M1 o=new M1();
int x=2,y=1;
o.test1(x,y);
System.out.println(o.m+" "+o.n);
}
}