int fprintf (FILE* stream, const char*format, [argument]) ... i++){ // 输出格式化文本到文件 fprintf(p, "array[%d] = %d\n", i, array[i]); } ...
確定! 回上一頁