我那麼做開關的情況下的命令,例如: case 'f': *file_name = optarg; break; ... 的聲明方式: char **file_name; 我應該爲字符串長度+ 1做int length = strlen(optarg)
確定! 回上一頁