`
woshixushigang
  • 浏览: 576046 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类

小错误

    博客分类:
  • j2ee
阅读更多
public  class Test {
public static void main(String[] args) {

	StringBuilder a = new StringBuilder("a");
	StringBuilder b = new StringBuilder("b");
	int aa = 1;
	int bb = 2;
	test2(aa,bb);
	System.out.println(aa+"========="+bb);
	
	}

//	public static void test(StringBuilder c,StringBuilder d)
//	{
//		System.out.println(c);
//		System.out.println(d);
//		c.append(d);
//		b=a;
//		System.out.println(a);
//		System.out.println(b);
//		
//		
//	}
	public static void test2(int a,int b)
	{
		b=a;
	}
}

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics