????????????????int?len=-1; byte[]?b=new?byte[1024]; while((len=is.read(b))!=-1){ fos.write(b,?0,?len); } 查看完整描述