**Python String are recorded in UNICODE internally. Reading file encoded in UTF-8: with open(fileName,'r') as f: for line in f.readlines():
確定! 回上一頁