C# 如何将字符串形式的” \\u1234 “ 为 “ \u1234” 的unicode编码解码为中文时间:2022-06-12 01:53:06 using System.Text.RegularExpressions; decodedStr = Regex.Unescape(escapeUnicodeStr);