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