导航

2020年11月5日

摘要: #include <stdio.h> #include <dirent.h> #include <string.h> void main(int argc,char *argv[]) { DIR *directory_pointer; struct dirent *entry; char path[ 阅读全文

posted @ 2020-11-05 19:11 sealong 阅读(348) 评论(0) 推荐(0)