Lisonxlisonx.blog.chinaunix.net
lisongggg
全部博文(26)
socket(1)
进程间通信(2)
进程基础(8)
2014年(1)
2013年(1)
2011年(22)
2010年(1)
2009年(1)
linux曾
格伯纳
qiang411
淘气猫61
everjing
hanyangd
周哥1213
it168com
妖妖灵1
nuaawzl
分类: C/C++
2009-11-17 12:26:31
function Split(s,s1:string):TStringList;begin Result:=TStringList.Create; while Pos(s1,s)>0 do begin Result.Add(Copy(s,1,Pos(s1,s)-1)); Delete(s,1,Pos(s1,s)); end; Result.Add(s);end;
上一篇:没有了
下一篇:突然想起了GoogleWave
登录 注册