gpt4 book ai didi

c# - 如何响应.write bytearray?

转载 作者:IT王子 更新时间:2023-10-29 03:58:02 25 4
gpt4 key购买 nike

这是行不通的:

byte[] tgtBytes = ...

Response.Write(tgtBytes);

最佳答案

您可能正在寻找:

Response.BinaryWrite(tgtBytes);

MSDN 文档 here .

关于c# - 如何响应.write bytearray?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/629675/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com