參數optstring為選項字元串, 告知getopt()可以處理哪個選項以及哪個選項需要參數, ... optstring中的指定的內容的意義(例如getopt(argc, argv, "ab:c:de::");).
確定! 回上一頁