请问这个是根据什么编码的? 怎么解码?在线等待。。。。。。。。。。。

APP开发王 2011-06-08 10:35:40
[{"uid":42505076,"avatar":"http:\/\/photos10.jiayuan.com\/51\/07\/7980ce918bf30443f3145cea6a26\/avatar.jpg","intor":"SeeThrough
28\u5c81\u3000\u4e0a\u6d77"},{"uid":42028906,"avatar":"http:\/\/photos14.jiayuan.com\/75\/7a\/609d3053a691def5df09c5ea78b1\/avatar.jpg","intor":"\u7368\u4f54\u4f60\u7684\u5bf5
28\u5c81\u3000\u4e0a\u6d77"},{"uid":30600701,"avatar":"http:\/\/images1.jyimg.com\/w4\/global\/i\/yzpkj_f.jpg","intor":"Evelin
27\u5c81\u3000\u5317\u4eac"},{"uid":41928200,"avatar":"http:\/\/photos1.jiayuan.com\/08\/74\/967755a5cb31ca86af8c1f46e2b4\/avatar.jpg","intor":"lucky
32\u5c81\u3000\u4e0a\u6d77"},{"uid":42774357,"avatar":"http:\/\/photos1.jiayuan.com\/02\/94\/c0eab80afe68e0469d62355762af\/avatar.jpg","intor":"\u5f64 \u5f64
21\u5c81\u3000\u5317\u4eac"},{"uid":41974525,"avatar":"http:\/\/photos6.jiayuan.com\/67\/04\/94d6dcc77df9dd0f951b354b1f76\/avatar.jpg","intor":"\u7eff\u841d
30\u5c81\u3000\u4e0a\u6d77"
}]

前面的好像还可以理解
但是红色部分如何怎么解码?
...全文
129 5 打赏 收藏 转发到动态 举报
写回复
用AI写文章
5 条回复
切换为时间正序
请发表友善的回复…
发表回复
APP开发王 2011-06-08
  • 打赏
  • 举报
回复
[Quote=引用 1 楼 fangxinggood 的回复:]

unicode 编码。用Regex.Escape(str)一下。
[/Quote]


谢谢这个大虾!!

这样对了哈!!
MessageBox.Show(Regex.Unescape(richTextBox1.Text));
机器人 2011-06-08
  • 打赏
  • 举报
回复
来了。。。从textbox里来的。。。当然不行了。都变成字符串了嘛。。。

http://topic.csdn.net/u/20110527/15/460f4ba8-319f-4e55-a3b1-056dc61f92fb.html
APP开发王 2011-06-08
  • 打赏
  • 举报
回复
[Quote=引用 1 楼 fangxinggood 的回复:]

unicode 编码。用Regex.Escape(str)一下。
[/Quote]

MessageBox.Show( HttpUtility.HtmlDecode(richTextBox1.Text));

这样不行!!Regex.Escape(str) 我觉得也是不得行!
心灵彩虹 2011-06-08
  • 打赏
  • 举报
回复
用base64解密嘛。

用C#实现Base64算法
MD5/Base64/DES是常用来对用户身份验证的算法,http://blog.csdn.net/zhoufoxcn/archive/2007/01/29/1497092.aspx
机器人 2011-06-08
  • 打赏
  • 举报
回复
unicode 编码。用Regex.Escape(str)一下。

110,525

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术 C#
社区管理员
  • C#
  • Web++
  • by_封爱
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告

让您成为最强悍的C#开发者

试试用AI创作助手写篇文章吧