ArrayToString( array, 3, buf );printf("原始字符串 %s\n", str);printf("转成数组再转回字符串 %s\n", buf);} 自己要确保 接收参数的缓冲的大小,别写越界了