Beispiel #1
0
 /**
  * 私有方法主爬虫
  */
 protected final function runUsersCrawler()
 {
     $crawler = new MainCrawl();
     $crawler->getData();
     $this->dataArray = $crawler->analysisUserFollers();
     $this->store();
 }