2015年8月6日

乱七八糟集合

摘要: 用正则表达式提取指定位置的字符串值mp3:"http://play.test.com/media/000002/......../..............01/de66a979.mp3"regex = new Regex("mp3:\"(?[^\"]*)\"");m = regex.Match(... 阅读全文

posted @ 2015-08-06 17:13 sPhinX 阅读(412) 评论(0) 推荐(0) 编辑

导航