摘要: 需要安装requests、bs4模块 安装方法:cmd进入控制台 pip install requests pip install bs4 源码: 1 # -*- coding:utf-8 -*- 2 import requests,os,json 3 from bs4 import Beautif 阅读全文
posted @ 2021-05-01 16:54 冷溪凌寒 阅读(178) 评论(0) 推荐(0)