#include <unistd.h> int getopt(int argc, char * const argv[],const char *optstring); extern char *optarg; //存储选项的参数 extern int optind ...
確定! 回上一頁