摘要: #include <stdio.h> void fun(int *line_Count, int *char_Count) { FILE *fp; fp = fopen("data4.txt", "r"); if (fp == NULL) { printf("无法打开\n"); return; } 阅读全文
posted @ 2024-12-30 00:24 史康乐 阅读(10) 评论(0) 推荐(0)