INDY10 IDHTTPSERVER返回中文不乱码

INDY10 IDHTTPSERVER返回中文不乱码

procedure TynHttpServer.CommandGet(AContext: TIdContext; ARequestInfo: TIdHTTPRequestInfo; AResponseInfo: TIdHTTPResponseInfo);

begin

AResponseInfo.ContentType := 'text/html; charset=GB2312';
AResponseInfo.WriteContent;

end;

posted @ 2018-09-17 11:53  delphi中间件  阅读(1743)  评论(0)    收藏  举报