2021年4月25日

C++ 读写 UTF-8 with bom 文本文件

摘要: FileHelper.h #pragma once #include <iostream> #include <fstream> #include <string> #include <string.h> using namespace std; #ifdef _WIN32 #include <Wi 阅读全文

posted @ 2021-04-25 17:28 空明流光 阅读(2088) 评论(0) 推荐(1)

导航