摘要: ## 获取的response的格式是bytes的数据类型,我需要转化成字符串或者字典使用,这里复习一下下面几个函数 ### 1. json->string ``` str = json.dumps(json_type) ``` ### 2. bytes->string ``` str = str(b 阅读全文
posted @ 2023-02-21 18:31 三眠 阅读(99) 评论(0) 推荐(0)