下面的实例演示了fclose() 函数的用法。 #include <stdio.h> int main() { FILE *fp; fp = fopen("file.txt", "w") ...
確定! 回上一頁