>>> print('\ufeff')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
UnicodeEncodeError: 'gbk' codec can't encode character '\ufeff' in position 0: illegal multibyte sequence
我知道
>>> stdout = open(1, 'w', encoding='gb2312', errors='ignore')
>>> print('\ufeff', file=stdout)
或者
>>> print(repr('\ufeff'))
'\ufeff'
但是太长了,还有什么我能简单完成的
英语真难写,有木有?这坛子有国人么?帮老弟一帮啊。。</p>