摘要: #define IsTest //定义一个宏 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Reflection; using System.Diagnostics; using Sys... 阅读全文
posted @ 2017-07-18 17:23 BecaLove 阅读(302) 评论(0) 推荐(0)
摘要: static void Main(string[] args) { //择一匹配,查找数字或字母 //string s="ad是是fs地dff22天{!@!~}}sdfsdffffcz"; //string pattern =@"\d|[a-z]";//表达式(匹配所有数字或小写字母) ... 阅读全文
posted @ 2017-07-18 01:12 BecaLove 阅读(1599) 评论(0) 推荐(0)