suchen

Heim  >  Fragen und Antworten  >  Hauptteil

PHP抓取别的网站的数据用什么方案比较好?

PHP抓取别的网站的数据用什么方案比较好?

ringa_leeringa_lee2819 Tage vor415

Antworte allen(4)Ich werde antworten

  • 伊谢尔伦

    伊谢尔伦2017-04-10 14:58:53

    火车头,你可以试试~~~

    Antwort
    0
  • 阿神

    阿神2017-04-10 14:58:53

    PHP 常用的是curl来进行页面内容的抓取;

    但是如果要长期抓取的话,建议使用Python BeautifulSoup
    可以参考

    Antwort
    0
  • PHPz

    PHPz2017-04-10 14:58:53

    抓取简单的用file_get_contents,复杂的用cURL

    解析简单的用正则匹配,复杂的用phpQuery。

    Antwort
    0
  • PHP中文网

    PHP中文网2017-04-10 14:58:53

    找个开源的PHP爬取框架,能节省你很多时间和精力。
    页面解析可以用simple_html_dom
    Python又是另外的一种方式了,不属于PHP解决方案

    Antwort
    0
  • StornierenAntwort