本文整理自网络,侵删。
procedure TFm_Main.onCommandGet(AContext: TIdContext; ARequestInfo: TIdHTTPRequestInfo; AResponseInfo: TIdHTTPResponseInfo); begin AResponseInfo.ContentType := 'text/html'; AResponseInfo.CharSet := 'UTF-8'; AResponseInfo.ContentText := '我是中文'; end;
相关阅读 >>
Delphi tbitmap创建时提示object or class type required
Delphi 捕捉异常 try except语句 和 try finally语句用法以及区别
Delphi windows 底下根据一个进程的名字杀死一个进程的代码
Delphi windows 编程[12] - 菜单与菜单资源(1-3)
更多相关阅读请进入《Delphi》频道 >>