Linux底下有個好用的function叫getopt(),他可以幫住我們來parsing這些參數。 ... int count; while ((ch = getopt(argc, argv, "d:t")) !=
確定! 回上一頁