当前位置:编程学习 > asp >>

ASP BinaryWrite 方法使用实例教程

ASP BinaryWrite 方法使用实例教程

BinaryWrite方法的数据直接写入到输出没有任何性质的转换。

提示:这种方法是用来撰写图像数据(的BLOB )由一个数据库,一个浏览器。

语法

response.BinaryWrite data
ParameterDescription
dataRequired. The binary information to be sent

如果你有一个对象,产生了一系列的字节,您可以使用BinaryWrite发送字节的申请:

<%
Set objBinaryGen=Server.CreateObject("MyComponents.BinaryGenerator")
pic=objBinaryGen.MakePicture
response.BinaryWrite pic
%>
补充:asp教程,ASP入门
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,