C 库函数void abort(void) 中止程序执行,直接从调用的地方跳出。 ... 准备终止程序\n"); abort(); } printf("准备关闭nofile.txt\n"); fclose(fp); return(0); }.
確定! 回上一頁