摘要:
匹配中文: [\u4e00-\u9fa5] c# 用法 Regex reg = new Regex("[\u4e00-\u9fa5]"); reg.IsMatch(InputString);干掉html里面的标签: string localContent=new download(htmlurl); localContent = Regex.Replace(localContent, @"<style[^>]*>(?:.|[\r\n])*?</style>", ""); localContent = Re 阅读全文
posted @ 2011-04-21 15:56
blueker_li
阅读(180)
评论(0)
推荐(0)

浙公网安备 33010602011771号