摘要:
一 .案例 1.使用requuests(get,post) 和urllib 爬取数据 https://www.cnblogs.com/lovershowtime/p/11771338.html 2. 使用requuests 正则爬取数据 https://www.cnblogs.com/loversh 阅读全文
摘要:
一 .Xpath介绍和使用 https://www.cnblogs.com/pythonywy/p/11082153.html 1. 简介 2. 使用 <html><body><div> <ul> <li class="item-0"><a href="link1.html">fir 阅读全文
摘要:
一 正则表达式 https://www.cnblogs.com/Sup-to/p/10854522.html 1. re模模块 1.基本用法 2.正则匹配常用格式 3.re.findall(正则匹配的格式,匹配的对象,re.S) 4.re.match和re.search 5.re.compile 6 阅读全文