摘要: 一.python语句存储 1.with open()语句 1 with open(name,mode,encoding) as file: 2 file.write() name:包含文件名称的字符串; mode:决定了打开文件的模式,只读/写入/追加等; encoding:表示我们要写入数据的编码 阅读全文
posted @ 2019-11-15 15:24 黄伟564 阅读(3033) 评论(1) 推荐(0)