Python lxml
摘要:Python lxml用法 lxml库(lxml安装) python 的 HTML/XML 的解析器 官方文档 功能 解析 HTML 文件读取 etree 和 xpath 配合 from lxml import etree Element类 Element是XML处理的核心类, Element对象可
阅读全文
mysql 递归查询
摘要:-- https://blog.csdn.net/weixin_43292547/article/details/103866720 -- 小 > 大 set @a=6; select @a as _id,(select @a:=a from s2 where id=_id) as pid from
阅读全文