打电话给HttpHanlder一些回报方式 1:如果只需要返回字符串形式,比如内容、JSON字符串数组等等。 context.response.write(resultprice.tostring()); 2:如果您想返回图片,请使用流窗体。 位图。保存(context.response.outputstream,系统图。成像图。JPEG); 3:如果返回一个文件,比如要下载到客户端的txt文档 context.response.writefile(文本实例.txt);