网站首页
编程语言
数据库
系统相关
其他分享
编程问答
ExtractFilePath
2024-12-26
webBroker显示服务上的图片和文本文件
显示图片varFS:TFileStream;S:string;beginS:=ExtractFilePath(ParamStr(0))+Request.PathInfo;Response.ContentType:='image/png';FS:=TFileStream.Create(S,fmOpenRead);Response.ContentStream:=FS;R