标签:str 结果 col code 一个 sys static span log
public static void main(String[] args) { /*byte b[] = new byte[1024*1024*50]; System.out.println(b);*/ String a = "这是字符串"; String b = a; a="这是另外一个"; System.out.println(b); }
打印结果:
这是字符串
标签:str 结果 col code 一个 sys static span log
原文地址:http://www.cnblogs.com/XJJD/p/7640571.html