摘要:
string url = @"D:\Program Files\Tencent\QQMusic\myf_&iles.text"; private string GetFileName(string FullName) { Regex re = new Regex(@"\\[^\\]*$"); Match ma = re.Match(FullName); if (ma.Success) { re = new Regex(@"\\... 阅读全文
posted @ 2012-02-23 22:19
逍遥メ风
阅读(205)
评论(0)
推荐(0)