Django的request.POST获取不到内容的缘由

我经过以下的一段程序发送post请求:python import urllib3 pool = urllib3.connection_from_url('http://127.0.0.1:8090') resp = pool.request('POST', '/polls/', fields={'key1':'value1', 'key2':'value2'}, headers={'Content
相关文章
相关标签/搜索