摘要: public string ClearHtml(string text)//过滤html,js,css代码 { text = text.Trim(); if (string.IsNullOrEmpty(text)) return string... 阅读全文
posted @ 2015-09-10 06:34 巴别塔 阅读(247) 评论(0) 推荐(0)