摘要: 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": " 阅读全文