requests.post(url, data={'interests':'football','interests':'basketball'})
我尝试过这个,但它没有用.我将如何张贴football,并basketball在interests现场?
football
basketball
interests
python python-requests
python ×1
python-requests ×1