Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以在我最熟悉的语言 vb.net 中,有一个选项,而不是说myrequest.write(),说myrequest.writebyte(ValueOfByte)。这可以在写入文件或 http 请求流时完成。我需要它来写入 http 请求流。我想知道是否有任何方法可以做到这一点,因为我没有尝试使用普通的 curl_exec 来一次写入所有内容?预先感谢,斯宾塞
myrequest.write()
myrequest.writebyte(ValueOfByte)