摘要: #define _CRT_SECURE_NO_WARNINGS #include<stdio.h> int main() { char ch; FILE* fp; fp = fopen("C:\\Users\\86138\\Desktop\\hello.txt", "r"); if (fp == N 阅读全文
posted @ 2022-12-27 15:18 杨一帆2022 阅读(63) 评论(0) 推荐(0)