摘要:
staticpublicstring[]SplitString(stringstr,stringseparator){stringtmp=str;Hashtableht=newHashtable();inti=0;intpos=tmp.IndexOf(separator);while(pos!=-1){ht.Add(i,tmp.Substring(0,pos));tmp=tmp.Substring... 阅读全文
posted @ 2005-12-22 08:56
Elaine Shi
阅读(1323)
评论(1)
推荐(0)

浙公网安备 33010602011771号