php抓取新聞方法實例(包含新聞圖片),配好數據庫和表結構可直接使用

本文以抓取環球網新聞爲例,如要抓取其餘網站新聞課可自行更改,方法相同。 <?php $link=mysql_connect("localhost","root",""); mysql_select_db("blog"); $str = file_get_contents("http://world.huanqiu.com/regions/"); $content = explode('<ul cl
相關文章
相關標籤/搜索