gpt4 book ai didi

c# - 如何解码 URL 中的 "\u0026"?

转载 作者:太空狗 更新时间:2023-10-29 20:00:24 33 4
gpt4 key购买 nike

我要解码 URL AB :

A) http:\/\/example.com\/xyz?params=id%2Cexpire\u0026abc=123

B) <a href="http://example.com/xyz?params=id,expire&abc=123" rel="noreferrer noopener nofollow">http://example.com/xyz?params=id,expire&abc=123</a>

这是一个示例 URL,我正在寻找一个通用的解决方案,而不是 A.Replace("\/", "/")...

目前我使用HttpUtility.UrlDecode(A, Encoding.UTF8)及其他Encodings但无法生成 URL B !

最佳答案

你只需要这个功能

System.Text.RegularExpressions.Regex.Unescape(str);

关于c# - 如何解码 URL 中的 "\u0026"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6990347/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com