摘要: url下载文件地址 阅读全文
posted @ 2019-08-14 11:21 天天的蓝色 阅读(3381) 评论(0) 推荐(0)
摘要: url是下载文件的地址 阅读全文
posted @ 2019-08-14 11:20 天天的蓝色 阅读(5471) 评论(0) 推荐(0)
摘要: public static string Midstr(string sourse, string s, string e) { Regex rg = new Regex("(?<=(" + s + "))[.\\s\\S]*?(?=(" + e + "))", RegexOptions.Multiline | RegexOptions.Singlelin... 阅读全文
posted @ 2019-08-14 10:52 天天的蓝色 阅读(780) 评论(0) 推荐(0)