摘要: 一、C#中Split分隔字符串的应用 1、用字符串分隔: 命名空间:using System.Text.RegularExpressions; string str="aaajsbbbjsccc";string[] sArray=Regex.Split(str,"js",RegexOptions.I 阅读全文
posted @ 2021-12-03 17:09 木月浅 阅读(44) 评论(0) 推荐(0)