package test; import java.io.*; import java.util.*; import java.util.zip.*; public class Exam{ public static void main(String[ ]args){ try{ FileInputStream fis=new FileInputStream("test/file.zip"); ZipInputStream zis=new ZipInputStream(fis); ZipEntry en; while((___)!=null)...
if((fp=fopen(___))==NULL)exit(0); while((ch=getchar())!='@')fputc(ch,fp); fclose(fp); } 点击查看答案 第6题 设文件指针fp已定义,执行语句fp=fopen(”61e”,”W”);后,以下针对文本文件file操作叙述的选项中正确 的是()。 A.只能写不能读 B.写操作结束后可以从头开始读 C.可以在...