摘要: 导入 import pickle 转换 data = [{'title': 't1', 'url': 'one'}, {'title': 't2', 'url': 'two'}] data_dumps = pickle.dumps(data) print(type(data_dumps)) # <c 阅读全文
posted @ 2022-03-12 02:38 三个零 阅读(2600) 评论(0) 推荐(0) 编辑