示例代码:#include<iostream>#include <fstream> using namespace std; int main(){ //ofstream输出流写文件 /*ofstream o; o.open("1.txt", ios::out);//每一次, ...
確定! 回上一頁