摘要: import requestsimport base64import timedef get_img_res(): img = "" start_time = time.time() with open('img1.png', 'rb') as image_file: # 将图片内容转换为 base 阅读全文