static struct option long_options[] = { {"filename",1,0,0}, ... while((op = getopt_long(argc,argv,"a:b",long_options,&option_index))!=-1){
確定! 回上一頁