You don't need to explicitly encode it, simply pass a dict. >>> r = requests.post(URL, data = {'key':'value'}) From the documentation: Typically, ...
確定! 回上一頁