当我们需要post json格式数据的时候,怎么办呢,只需要添加修改两处小地方即可。 详见如下代码: import requests import json data = { 'a': 123 ...
確定! 回上一頁