我有以下代码:char opt; int bla1,bla2,bla3; char *myarg = NULL; while((opt = getopt(argc,argv,"a:b:cd")) != -1) { switch (opt) ...
確定! 回上一頁