摘要: ``` python io.open(file, mode='r', buffering=-1, encoding=None, errors=None, newline=None, closefd=True),打开file对象并返回对应的数据流。如果打开失败,则抛出IOError异常。 file要么是一个指向需要被打开文件的路径字符串,或者是文件描述符序号。 mode是一个可选字符串,用来... 阅读全文
posted @ 2018-09-19 14:42 xushukui 阅读(5193) 评论(0) 推荐(0) 编辑