摘要:
1 import base64 2 import json 3 import requests 4 class BaiduPicIndentify: 5 def __init__(self, img): 6 self.AK = "你的AK" 7 self.SK = "你的SK" 8 self.img_src = img 9 self.headers = { 10 "Content-Type": " 阅读全文
posted @ 2019-10-01 14:43
白包子
阅读(937)
评论(0)
推荐(0)
2019年10月1日