open()
f1= open('/path/name','r', encoding='UTF-8')
還看到有其餘人是用另外一種方法:python
f2= open('/path/name','rb')