#!/usr/bin/python
# -*- coding: utf-8 -*-
import requests
if __name__ == '__main__':
with open('D:\\360安全浏览器下载\\QQ截图20200225090545.png', 'rb') as fp:
req = requests.post('http://pic.sogou.com/ris_upload',
data={'flag': 1},
files={'pic_path': ('QQ截图20200225090545.png', fp.read())},
allow_redirects=False)
req.encoding = 'utf-8'
print(req.text)
95.07 KB, 下载次数: 6816, 下载积分: 精币 -2 枚
欢迎光临 精易论坛 (https://125.confly.eu.org/) | Powered by Discuz! X3.4 |