[Solution found!] 如果您的服务器期望POST请求为json,那么您将需要添加标头,并为请求序列化数据... Python 2.x import json import urllib2 data = { 'ids': [12, ...
確定! 回上一頁