Python讀取txt編碼問題

with open ('a.txt', 'r', encoding='utf-8') as f:      lines = f.readlines()
相關文章
相關標籤/搜索