Python 文件读取
读取文件的第一步是用Python内部的函数open打开文件。open函数有两个参数:文件路经+名称字符串,和打开文件的模式。例如,f = open("/home/jim/test/file.txt", "w")
阅读全文: http://gitbook.cn/gitchat/activity/5df324f8cd3de6192e5a1d15
您还可以下载 **** 旗下精品原创内容社区 GitChat App ,阅读更多 GitChat 专享技术内容哦。