跳转至

Java

字符串处理

1
2
char [] s = {'a','b','c'};
String str = new String(s);