Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 331 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 331 Bytes

grab

grab all the links and titles from http://news.dbanotes.net/ using php

这里实现了两种方式抓取,将http://news.dbanotes.net/ using php的所有标题和链接写入了同级 目录下的web.txt中。 1.使用file_get_content()函数 2.使用cURL库自定义函数进行抓取,演示了cURL库的相关用法。