//读INI文件函数
        [DllImport("kernel32.dll")]
        private static extern int GetPrivateProfileString(string section, string key, string def, StringBuilder retVal, int size, string filePath);


//运行时提示错误:无法找到 PInvoke DLL“kernel32.dll”