char *line = GetCommandLineA();. while (*line != ' ') line++; line++;. if (strncmp(line, "repeat=", 7) == 0) { line += 7; repeat = atoi(line);
確定! 回上一頁