呆呆沙师妹 发表于 2014-4-12 15:51 正解,将 PrintWriter 改为 PrintStream out.println(new String(buf,0,len)); 换为 out.write( buf, 0, le ...