我在处理URL中的某些字符时遇到了很多麻烦,假设我有以下URL:http://localhost/somewere/myLibrary.dll/rest/something?parameter=An%C3%A1lisis必须转换为:http://localhost/somewere/myLibrary.dll/rest/something?parameter=Análisis为了处理变音字母的解码,我决定使用InternetCanonicalizeUrl函数,因为我正在处理的应用程序只能在Windows中运行并且我不想安装额外的库,所以我使用的辅助函数如下:StringDecodeUR