#define _CRT_SECURE_NO_DEPRECATE //加到此處解決問題 #include <iostream> using namespace std; void main() { FILE *fp = fopen("myFileFp.txt" ...
確定! 回上一頁