摘要: 思路: a.打开源文件和目标文件; b.读取源文件的内容,写到目标文件; c.关闭源文件和目标文件; #include <stdio.h> #include <string.h> #include <stdlib.h> #include <strings.h> #include <sys/stat. 阅读全文
posted @ 2020-06-23 21:18 蜜桃李子 阅读(217) 评论(0) 推荐(0)