我試圖從bz2檔案中提取10000行。 import bz2 file = "file.bz2" file_10000 = "file.txt" output_file = codecs.open(file_10000,'w+','utf-8') source_file ...
確定! 回上一頁