摘要: 2020-03-30 每日一例第22天 1.新建对话框,拖label/textbox/button控件; 2.后台代码; //声明字段 StringBuilder sb = new StringBuilder(text1.Text); //遍历 for (int i = 0; i < sb.Leng 阅读全文
posted @ 2020-03-30 23:27 winnerljs 阅读(3181) 评论(0) 推荐(0)
摘要: 2020-03-30 每日一例第21天 1.新建对话框,拖label/textbox控件; 2.后台代码; public string GetABC(string str) { Regex reg = new Regex("^[\u4e00-\u9fa5]$"); byte[] arr = new 阅读全文
posted @ 2020-03-30 00:06 winnerljs 阅读(674) 评论(2) 推荐(0)