ReadProcessMemory(pHandle, Pointer(lpBaseAddress), lpBuff, strLen, lpNumber);
从内存中读出字符串到byte数组后如何转换为UTF8string,能正确显示出中文?