GetPrivateProfileStringGetPrivateProfileString可以读到值。假如在.ini文件中的键值是:abc,读出来的是a\0b\0c\0\0\0,为什么会这样?[解决办法]ini文件是没有BOM的Unicode编码?