随笔分类 -  爬虫

包含接口调用的方式,页面元素处理,请求头讲解等
css选择器
摘要:“a.hot” 定位标签为<a>的属性class=hot的元素 “#dol" 定位id=dol的元素 ”input" 定位标签 值为<input>的元素 “input[name="white"] 定位标签值为input 且属性name值为”white"的元素 ”html>body>div" 定位ht 阅读全文
posted @ 2018-06-14 15:12 庭明 阅读(103) 评论(0) 推荐(0)