(c = getopt(argc,argv,"han:"))) { //打印处理的参数 printf("start to process %d para\n",optind); switch(c) { case 'h': printf("we get option ...
確定! 回上一頁