摘要: #include<iostream> //包含头文件 #include<fstream> using namespace std; //读写文件 void test1() { //创建流对象 ofstream ofs; //指定打开方式 ofs.open("test.txt", ios::out); 阅读全文
posted @ 2021-02-19 21:15 NuLiAs 阅读(167) 评论(0) 推荐(0) 编辑