f = open('file.txt', 'r', encoding='utf-8') txt =f.read() if txt.startswith(u'\ufeff'): content = txt.encode('utf8')[3:].decode('utf8').
確定! 回上一頁