摘要: haoduanzi.py#!/usr/local/bin/python3.7 import urllib.request import urllib.parse from lxml import etree import time def handler_request(url, page): # 阅读全文
posted @ 2020-05-18 18:09 梅梅不想踩坑 阅读(221) 评论(0) 推荐(0)
摘要: 一、问题描述 使用xpath对象打开本地html文件报错:Opening and ending tag mismatch: meta line 5 and head, line 7, column 8解决方案 二、解决方案 在html文件中meta标签的后面加斜杠,如下图: 阅读全文
posted @ 2020-05-18 14:09 梅梅不想踩坑 阅读(3037) 评论(4) 推荐(0)