摘要:
String CleanInput(string strIn) { // Replace invalid characters with empty strings. // Replace all html tags return Regex.Replace(strIn, @"</?[^>]*>", ""); // Replace html tags div or span //return Regex.Replace(strIn, @"</?(div|span)[^>]*>", "&qu 阅读全文
posted @ 2012-03-12 09:28
lear
阅读(248)
评论(0)
推荐(0)

浙公网安备 33010602011771号