03 2023 档案
摘要:python 批量爬取邮箱地址 #coding: utf-8 import requests import bs4 #解析网页 import lxml import re headers = { 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64;
阅读全文
摘要:标签选择器 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>小米</title> <style type="text/css"> #menu{ background: red; height: 80px; }
阅读全文