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.
在客户端操作中,会在服务器上创建一个文件,我希望允许客户端下载该文件。
如何才能做到这一点?
您始终可以通过 rpc 服务发送对象将数据带回客户端。你还是可以看看这里