摘要: import requests from fontTools.ttLib import TTFont font_url = 'http://**********/a.woff' # 保存字体文件woff font_resp = requests.get(font_url) with open('a. 阅读全文
posted @ 2021-08-09 09:58 loren880898 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 1.截取长图 注:selenium 必须开启无界面模式 from selenium import webdriver import time options = webdriver.ChromeOptions() options.add_argument('--disable-gpu') # 禁用g 阅读全文
posted @ 2021-08-09 09:49 loren880898 阅读(1097) 评论(0) 推荐(0) 编辑