摘要: 1 1 #include <stdio.h> 2 #include <stdlib.h> 3 4 int main() { 5 FILE *fin, *fout; // 定义文件类型指针 6 int ch; 7 8 fin = fopen("file1.txt", "r"); // 以只读文本方式打 阅读全文
posted @ 2021-06-11 13:02 wyfaa 阅读(95) 评论(2) 推荐(0)