那麼我們可以使用fopen() 讀取這份檔案。 #include <stdio.h> int main() { FILE *fp = fopen("file.txt", "r"); char c; while ((c=getc(fp)) !=
確定! 回上一頁