#include <iostream> #include <fstream> usingnamespace std; int main() { ofstream myfile("c:\\1.txt",ios::app,0); if(!myfile)//或者 ...
確定! 回上一頁