struct option long_options[] ={ {"a123", required_argument,0, 'a'},. {"c123", no_argument, 0,'c'},. }; 現在,如果命令行的參數是-a123,那麼 ...
確定! 回上一頁