摘要: 一.简单爬取页面内容 所需要库:thinter,python3自带 代码: from tkinter import * import re import requests def input1(): link = str(inp1.get()) headers = {'user-agent': 'M 阅读全文
posted @ 2020-07-04 19:09 ch0bits 阅读(3035) 评论(0) 推荐(1)