摘要:
public string RemoveHtml(string str) { string temp = Regex.Replace(str, "<[^>]*>", ""); temp = temp.Replace(" ", " ").Replace("”", "”").Replace("“","“"); retur... 阅读全文
posted @ 2009-08-24 08:54
94cool
阅读(379)
评论(0)
推荐(0)
浙公网安备 33010602011771号