摘要: 今天做爬虫时的一点盲区 :字符串, 字典,写到同一个文件中。难以利用!比如这样的数据:str = “hi,budy. i like 52pojie!”dirt = {“陈墨”:["男",“22”]}一、保存到txt文件 [Python] 纯文本查看 复制代码 ? 1 2 3 with open("t 阅读全文
posted @ 2019-08-06 09:00 不夜男人 阅读(272) 评论(0) 推荐(0)