摘要:
中文转Unicode:HttpUtility.UrlEncodeUnicode(string str);转换后中文格式:"%uxxxx" 举例:"柳_abc123" 转换结果是:"%u67f3_abc123"Unicode转中文1:HttpUtility.UrlDecode(string str);str格式:"%uxxxx",举例:"%u67f3_abc123"Unicode转中文2:Regex.Unescape(string str);str格式:"\uxxxx",举例: 阅读全文
posted @ 2012-09-24 17:33
vingi_苍月
阅读(12827)
评论(0)
推荐(0)


浙公网安备 33010602011771号