public string DELHTML(string HTML){ return System.Text.RegularExpressions.Regex.Replace(HTML, "<[^>]*>", "");}
没有任何评论!