本文整理自网络,侵删。
procedure TFm_Main.onCommandGet(AContext: TIdContext; ARequestInfo: TIdHTTPRequestInfo; AResponseInfo: TIdHTTPResponseInfo); begin AResponseInfo.ContentType := 'text/html'; AResponseInfo.CharSet := 'UTF-8'; AResponseInfo.ContentText := '我是中文'; end;
相关阅读 >>
Delphi tstylemanager读取vsf皮肤文件信息
更多相关阅读请进入《Delphi》频道 >>