摘要:
1、实验代码 include include int main() { FILE fp; char sz[10]; int i,max=0,n; if((fp=fopen("D:\\sakura.txt","a+"))==NULL) { printf("没有该文件!\n"); exit(0); } 阅读全文
posted @ 2019-03-08 22:14
旧守一座城
阅读(131)
评论(1)
推荐(0)
2019年3月8日