天天看點

open函數: 可以幫助我們擷取檔案對象 内置函數 open(file, mode='r', buffering=-1, encoding=None, errors=None

txtFile=open("README.txt",mode="r",encoding="UTF-8")

繼續閱讀