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.
有没有人知道如何在不使用任何打包程序(Zip,Rar)的情况下进行智能文件组合,仅用于传输目的。
我的交易是什么:我想将文件包传输到移动设备中,然后在它们上解包。
也许您应该将文件放入数组中,使用
BinaryFormatter
并将生成的二进制文件传输到移动设备。