vue.js ссылочный идентификатор div на v-on: нажмите

Посмотрите на модуль запросов

url = 'http://2captcha.com/in.php'
files = {'file': open('image.png', 'rb')}
data = {'key': 'key', 'method': 'post'}
r = requests.post(url, files=files, data=data)
if r.ok:
    # do something with the response data

20
задан Mike Thrussell 1 May 2016 в 15:07
поделиться