阅读背景:

TypeError: 'str'不支持缓冲区接口

来源:互联网 
plaintext = input("Please enter the text you want to compress")
filename = input("Please enter the desired filename")
with gzip.open(filename + ".gz", "wb") as outfile:
    outfile.write(plaintext) 
plaintext = input("Please enter the text you wa



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: