上一页 1 ··· 7 8 9 10 11
摘要: unit Unit1;interfaceuses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, V... 阅读全文
posted @ 2015-05-30 09:00 TMD睡觉 阅读(3613) 评论(0) 推荐(0) 编辑
摘要: //分割字符串 ExtractStringsvar s: String; List: TStringList;begin s := 'about: #delphi; #pascal, programming'; List := TStringList.Create; ExtractStri... 阅读全文
posted @ 2015-05-29 23:13 TMD睡觉 阅读(1434) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11