int len = s.length();char[] c = new char[len];for(int i = 0;i < len;i++) c[i] = s.charAt(i);
[此贴子已经被作者于2007-10-23 11:52:28编辑过]