extern char *optarg; extern int optind, opterr, optopt; getopt() 所设置的全局变量包括: optarg——指向当前选项参数(如果有)的指针。
確定! 回上一頁