在Linux下使用getopt寫程序是一種比較cool的事情,下面來簡單的介紹一下getopt的使用。=== getopt使用===在討論 ... while ((ch = getopt(argc, argv, "ab:c")) != -1)
確定! 回上一頁