ZipFile('example.zip', 'r') print zf.namelist(). The return value is a list of strings with the names of the archive contents: $ python zipfile_namelist.py ...
確定! 回上一頁