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
相關文章
相關標籤/搜索