摘要: type THttpThread = class(TThread) private FIdHTTP: TIdHTTP; FUrl: string; FSavePath: string; procedure Down(Url: string; SavePath: string); public constructor Create(CreateSuspended: Boolean; Url: str... 阅读全文
posted @ 2009-09-30 14:57 谭志宇 阅读(2183) 评论(0) 推荐(0) 编辑