摘要: from builtins import input,open,print import requests from bs4 import BeautifulSoup headers={ 'User-Agent':'Mozilla/5.0 (Windows NT 6.1; Win64; x64) A 阅读全文
posted @ 2021-08-29 18:57 该显示昵称已被使用了 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 系统自带的图片浏览器 from PIL import Image img = Image.open('code_img.png') img.show() matplotlib图片显示 from PIL import Image import matplotlib.pyplot as plt img 阅读全文
posted @ 2021-08-29 18:32 该显示昵称已被使用了 阅读(40) 评论(0) 推荐(0) 编辑