curl模块采集任意网页php类.zip
<?php class Curl { private static $ins = null; private $body = null; private $cookieFile = null; private $method = array('get','post'); final private function __construct() { } public static function exec() { if (self::$ins)
下载地址
用户评论