参数optstring为选项字符串, 告知getopt()可以处理哪个选项以及哪个选项需要参数, ... optstring中的指定的内容的意义(例如getopt(argc, argv, "ab:c:de::");).
確定! 回上一頁