v = b"Hello".decode("ASCII") + "G\u00fcnther". Now it works. f = open("File.txt", encoding="UTF-8"); lines = f.readlines(); f.close().
確定! 回上一頁