To add a file to an existing zip file, open the zip file in append mode ( mode='a' ), then invoke the write() method passing the file to add to ...
確定! 回上一頁