摘要: #include <stdio.h> void x (const char *filePath) { FILE *file = fopen(filePath, "r"); int a = 0; int b = 0; if (file == NULL) { printf("无法打开文件\n"); re 阅读全文
posted @ 2024-12-28 21:32 星空织梦 阅读(12) 评论(0) 推荐(0)