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 文件,用户将下载该文件。当用户单击下载时,应动态生成一个文件并将其添加到该 zip 中,然后应下载该 zip。
我知道如何动态创建 zip 文件。但在这里我需要指向一个现有的 zip 并下载它。
向 Zip 添加新文件的第二个要求是可选的,但如果可能的话会很好。我尝试以“a”模式打开 Zip,但它会创建一个包含 zip 和新文件的新 zip 文件。因此,拉链内有拉链,这不是必需的。