码迷,mamicode.com
首页 > Windows程序 > 详细

C#语法小用法

时间:2014-10-17 16:52:39      阅读:241      评论:0      收藏:0      [点我收藏+]

标签:http   io   os   ar   数据   on   代码   html   htm   

数据在存为数据库之前,用JS的encodeURIComponent进行编码,现需要在后台代码中进行解码,实现decodeURIComponent的功能,

如下:

HttpUtility.UrlDecode(dr[j].ToString());

用C#实现去掉文字中的html标签,用正则表达式实现:

value = System.Text.RegularExpressions.Regex.Replace(value, @"<[^>]*>", "");

C#语法小用法

标签:http   io   os   ar   数据   on   代码   html   htm   

原文地址:http://www.cnblogs.com/flyrain/p/netcase.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!