2018年9月20日

摘要: nuget下载HttpClient, 引用using System.Net.Http; 阅读全文

posted @ 2018-09-20 10:44 杭州丑八怪 阅读(130) 评论(0) 推荐(0)

摘要: using System.Text.RegularExpressions; string str="aaajsbbbjsccc"; string[] sArray=Regex.Split(str,"js",RegexOptions.IgnoreCase); foreach (string i in 阅读全文

posted @ 2018-09-20 10:43 杭州丑八怪 阅读(80) 评论(0) 推荐(0)