读取文件内容。
1
static std::string DataHelper::ReadFile(const std::string& filePath);
参数名
输入/输出
说明
filePath
输入
文件路径。
数据结构
std::string
文件内容。