上一页 1 ··· 9 10 11 12 13
摘要: 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) 编辑
摘要: 解决GridView的DataFormatString无效 阅读全文
posted @ 2006-12-30 16:51 Don 阅读(749) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13
点击右上角即可分享
微信分享提示