摘要: io.open(file, mode='r', buffering=-1, encoding=None, errors=None, newline=None, closefd=True)打开file对象并返回对应的数据流。如果打开失败,则抛出IOError异常。file要么是一个指向需要被打开文件的... 阅读全文
posted @ 2013-08-17 23:44 iFantasticMe 阅读(8427) 评论(0) 推荐(0)