srcEnd - 字符串中要复制的最后一个字符之后的索引。dst - 目标数组。dstBegin - 目标数组中的起始偏移量。public static String copyValueOf(char[] data)返回指定数组中表示该字符序列的 String。参数:data - 字符数组。