摘要:
public string GetSubValue(string str, string s, string e) { Regex rg = new Regex("(?<=(" + s + "))[.\\s\\S]*?(?=(" + e + "))", RegexOptions.Multiline | RegexOptions.Singleline);... 阅读全文
posted @ 2010-09-30 11:04
大笑江湖
阅读(266)
评论(2)
推荐(0)
浙公网安备 33010602011771号