摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using DocumentFormat.OpenXml.Packaging;//必须 using S = DocumentFo 阅读全文
posted @ 2019-12-25 07:20 zhujie- 阅读(493) 评论(0) 推荐(0) 编辑
摘要: //====Regex.Match只能提取第一个匹配字符串 static void Main() { string str = "zh12jie56中国"; Match match = Regex.Match(str, "\\d+"); Console.WriteLine(match.Value); 阅读全文
posted @ 2019-12-25 07:12 zhujie- 阅读(204) 评论(0) 推荐(0) 编辑
摘要: rivate void comboBox1_TextUpdate(object sender, EventArgs e)//TextUpdate事件 { string[] data = new string[] { "张三", "李四", "王五", "赵六", "田七","张三丰","铁拐李"," 阅读全文
posted @ 2019-12-25 07:06 zhujie- 阅读(793) 评论(0) 推荐(0) 编辑