The most common way to encode Unicode text in a python string is as 'utf-8. ... f = open('file.txt','w') >>> f.write(u) Traceback (most recent call last): ...
確定! 回上一頁