.net core Unicode 转中文

 string msg = "\u66f4\u65b0\u5931\u8d25\uff0c\u6216\u8005\u8ba2\u5355\u4e0d\u5b58\u5728";
var result = HttpUtility.UrlDecode(msg);

  

posted on 2022-05-18 16:22  落叶子  阅读(142)  评论(0编辑  收藏  举报

导航