函数简介:
读取文件内容
函数原型:string ReadFile(file)
参数定义:
file 字符串: 文件路径
返回值:
字符串:返回文件内容字符串
示例:
g_lw->ReadFile("C:\\test.txt");