摘要: #include <unistd.h> int getopt(int argc, char * const argv[],const char *optstring); //获取命令行参数 extern char *optarg; //参数选项(全局变量) extern int optind, op 阅读全文
posted @ 2022-07-09 21:51 *^VV^* 阅读(49) 评论(0) 推荐(0)