网站推广.NET

网站推广.NET

代码采集 snoopy snoop dogg 查理·布朗 糊涂塌克

来源:互联网

//////////////////////php代码部分

public function snoopy()

    {
        require_once APP_PATH . 'Home/Model/Snoopy.class.php';
        //include 'Home/Model/Snoopy.class.php';   //加载Snoopy类
        $snoopy = new \Snoopy();       //实例化一个对象
        $sourceURL = "http://www.ithome.com/";    //要抓取的网页
        $snoopy->fetch($sourceURL);//获取所有内容
        $conn = $snoopy->results;
        //print_r(utf8_encode($a));
        $c 'utf-8');
        $pregContent = "/(.*?)/iU";
        preg_match_all($pregContent, $content, $contentArray);//匹配内容到arr数组
        $connEnd = $contentArray[1][0];
//        $kaishi="lst lst-1 new-list";
//        $jieshu="page_nav";
//        $kaishizishu =  stripos($content,$kaishi);
//        $jieshuzishu =  stripos($content,$jieshu);
//        $connEnd = substr($content,$kaishizishu+ strlen($kaishi), $jieshuzishu - ($kaishizishu + strlen($kaishi)));
        $connEnd = str_replace("
  • ","",$connEnd);
            $connEnd = str_replace("
    ","",$connEnd);
            $liArry = explode("",$connEnd);
            $pattern = "/(.*?)/i";
            $data_array = array();
            foreach($liArry as $item){
                $_itemArr = array();
                preg_match_all($pattern, $item, $_itemArr);//匹配内容到arr数组
                array_push($data_array,$_itemArr);
            }
    //        print_r($data_array);
    //        exit();
            $this->assign("dateList",$data_array);
            $this->assign("itempageUrl",U('Index/itemPage'));
            $this->display();

        }

    ///////////////////////////html代码部分

     


       
         
         

           

    IT之家


         

         
         
           
             

                 
                   

    •                
                       
                          {$vo[2][0]}
                       
                     
                   

    •            

               

           
         
       
     

    以上就介绍了代码采集 snoopy,包括了snoopy方面的内容,希望对PHP教程有兴趣的朋友有所帮助。

糊涂塌克