我不明白为什么这应该这么难。
你到底在做什么 请解释“最终它读取了无效字符”。
它应该很简单:
import gzipfp = gzip.open('foo.gz')contents = fp.read() # contents now has the uncompressed bytes of foo.gzfp.close()u_str = contents.depre('utf-8') # u_str is now a unipre string
欢迎分享,转载请注明来源:内存溢出
我不明白为什么这应该这么难。
你到底在做什么 请解释“最终它读取了无效字符”。
它应该很简单:
import gzipfp = gzip.open('foo.gz')contents = fp.read() # contents now has the uncompressed bytes of foo.gzfp.close()u_str = contents.depre('utf-8') # u_str is now a unipre string
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)