今天介绍下java中的String
用法
定义String变量String a = "test";
new 创建String b = new String("test");
可以直接使用+ +=
2017-03-23