#include <fstream> //这个头文件是必须要有的. using namespace std;. int main(). {. //输出,写入到文件(文件是外部设备). ofstream fout("D:\\data.txt"); ...
確定! 回上一頁