摘要: String.Split 方法有6个重载函数:程序代码 1) public string[] Split(params char[] separator)2) public string[] Split(char[] separator, int count)3) public string[] Split(char[] separator, StringSplitOptions options)... 阅读全文
posted @ 2010-01-26 15:48 Alex.Net 阅读(164) 评论(0) 推荐(0)
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<scriptlanguage="javascript">functionspli(){datastr="2,2,3,5,6,6";varstr=newArray(); str=datas... 阅读全文
posted @ 2010-01-26 15:45 Alex.Net 阅读(234) 评论(0) 推荐(0)