#--coding:utf-8--
print "人人人"
print "xxx"
#--coding:utf-8--
print "人人人"
print "xxx"
为什么第一个是错误的 , 第二个就正确了?
[Decode error - output not utf-8]
[Decode error - output not utf-8]
[Finished in 0.1s]
PS: 刚开始看 << 笨办法学 python >> 看到 打印打印打印...
print "人人人"
print "xxx"
#--coding:utf-8--
print "人人人"
print "xxx"
为什么第一个是错误的 , 第二个就正确了?
[Decode error - output not utf-8]
[Decode error - output not utf-8]
[Finished in 0.1s]
PS: 刚开始看 << 笨办法学 python >> 看到 打印打印打印...


