摘要: #include <stdio.h> int main() { FILE *file; file = fopen("er.txt", "w"); if (file == NULL) { printf("Cannot open file\n"); return 1; } fprintf(file, " 阅读全文
posted @ 2023-09-16 21:40 20211106隋吉达 阅读(21) 评论(0) 推荐(0)