10 2012 档案

摘要:There is no function like String.Split(C# does have) in Delphi. So if you need to split a string, you can use TStringList to finish this work. With the code bellow, we can does split a string with a... 阅读全文
posted @ 2012-10-22 13:35 LARSON _ 阅读(989) 评论(2) 推荐(0)