阅读背景:

read()python 2和python 3之间的差异

来源:互联网 

With the following MWE:

使用以下MWE:

with open('a','w') as f:
    f.write('\r')
with open('a','r') as f:
    print(ord(f.read()))
with open(



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

分享到: