摘要: 操作I/O的能力是由操作系统的提供的,每一种编程语言都会把操作系统提供的低级C接口封装起来供开发者使用,Python也不例外。 读写文件是需要请求操作系统去操作磁盘的 所以默认的编码就是你平台的编码 。 encoding is the name of the encoding used to dec 阅读全文
posted @ 2018-05-08 14:04 酸奶加绿茶 阅读(1061) 评论(0) 推荐(0)