摘要:
importUnRAR# extract all the files in test.rarUnRAR.Archive('test.rar').extract()# extract all the files in test.rar matching the wildcard *.txtUnRAR.Archive('test.rar').extract('*.txt')# print the name and size of each file, extracting small onesforfileInArchiveinUnRAR.Archi 阅读全文
posted @ 2012-08-03 02:19
dengyigod
阅读(198)
评论(0)
推荐(0)