请教下 Python 脚本中 json 格式如何引用变量
时间: 2020-08-21来源:V2EX
前景提要
---部分代码a = xx params = { 'page_title': 'wiki_test', 'page_content': 'a', 'cat_name': 'G' } resp = requests.post (url, data=params, headers=headers)--- 其中 page_content 提交后还是 a,并没有引用变量值。

科技资讯:

科技学院:

科技百科:

科技书籍:

网站大全:

软件大全:

热门排行