java char数组转String string的构造方法清楚的写到: 大体用法即是: //这样就从char数组变为了字符串 char st[]=new char[20]; String str=new String(st);