摘要: /* 标准I/O 文件I/O */ 1 #include <dirent.h> 2 #include <stdio.h> 3 #include <sys/stat.h> 4 #include <time.h> 5 6 int main() 7 { 8 DIR *dir; 9 struct diren 阅读全文
posted @ 2019-12-13 20:16 朱果果 阅读(1628) 评论(0) 推荐(1) 编辑