摘要: 在日常编程中经常要分割字符串,这里列举一些常用的分割字符串的方法。 1.用string.Split方法 a.字节数组: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->//625毫秒/百万次string str = "acabcdeabcd... 阅读全文
posted @ 2007-06-20 18:41 Jailu 阅读(2911) 评论(3) 推荐(0)