简单爬虫 Jan 2, 2008 <?php class Crawl{ /** * @author jiayin * @desc 简单爬虫游戏 * @param $store 为了方便 爬取以后 集中存储 * @method static public store() 边处理边存储 **/ public static $flag = true; public static $store; public static function getLink($content){