C#中Split用法
摘要:
1、用字符串分隔: using System.Text.RegularExpressions;string str="aaajsbbbjsccc";string[] sArray=Regex.Split(str,"js",RegexOptions.IgnoreCase);foreach (strin... 阅读全文
posted @ 2015-10-23 22:29 程_晨 阅读(84) 评论(0) 推荐(0)
posted @ 2015-10-23 22:29 程_晨 阅读(84) 评论(0) 推荐(0)
posted @ 2015-10-23 21:43 程_晨 阅读(637) 评论(0) 推荐(0)
posted @ 2015-10-23 20:37 程_晨 阅读(109) 评论(0) 推荐(0)