java char数组输出乱码的解决方法:声明数组的时候需要初始化,代码为【char buf[] = new char[200];for(int i = 0; i < 200; i++){buf[i] = '0';}】
技术文章 / 下载软件趣味内容 / 专业带飞