ASP.NET中C#中split用法
admin 发表于 2010-04-02 05:23 浏览次数:84 views
1、用字符串分隔:
using System.Text.RegularExpressions;
string str=”aaajsbbbjsccc”;
string[] sArray=Regex.Split(str,”js”,RegexOptions.[......]
1、用字符串分隔:
using System.Text.RegularExpressions;
string str=”aaajsbbbjsccc”;
string[] sArray=Regex.Split(str,”js”,RegexOptions.[......]
Copyright © 2009-2010 天天网-www.dgtianli.net All rights reserved
Powered by 天天网 , Theme by 备案号[粤ICP备05009717号]
返回顶部