会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
东哥随记
人生如梦,学无止境;心怀天下,生生不息。
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
9
10
11
12
13
2007年1月4日
用正则表达式移除字符串中的HTML标记
摘要: public static string RemoveHTML(string strHtml) { string strOutput=strHtml; Regex regex = new Regex(@"]+>|]+>"); strOutput = regex.Replace(strOutput,""); return strOutput; }
阅读全文
posted @ 2007-01-04 13:46 Don
阅读(389)
评论(0)
推荐(0)
编辑
2006年12月30日
解决GridView的DataFormatString无效
摘要: 解决GridView的DataFormatString无效
阅读全文
posted @ 2006-12-30 16:51 Don
阅读(749)
评论(0)
推荐(0)
编辑
上一页
1
···
9
10
11
12
13
公告
点击右上角即可分享