摘要: 一,官方文档: https://docs.python.org/zh-cn/3/library/json.html 二,json与字典的相互转化 1,字典转json字符串 1 2 3 4 5 6 7 import json # 字典转json d = dict(name='Tom', age=2, 阅读全文
posted @ 2024-02-20 22:04 刘宏缔的架构森林 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 一,安装requests 1,用pip安装 (venv) liuhongdi@192 news % pip3 install requests 2,查看所安装库的版本: (venv) liuhongdi@192 news % pip3 show requests Name: requests Ver 阅读全文
posted @ 2024-02-20 16:26 刘宏缔的架构森林 阅读(60) 评论(0) 推荐(0) 编辑