Nested Dictionaries to payload for the POST request Python

前端 未结 0 810
小鲜肉
小鲜肉 2020-12-01 04:18

I am trying to make a Post request to an api using the below code:

import urllib.request
import urllib.parse

data = urllib.parse.urlencode({"value"         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题