35 Star 52 Fork 15

Near_Je / Lcrawl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
run.php 487 Bytes
一键复制 编辑 原始数据 按行查看 历史
Near_Je 提交于 2015-04-23 15:34 . 改进注释
<?php
namespace Lcrawl;
use Lcrawl\Classes\Lcrawl;
/**
* 正方教务系统数据查询入口
* @Created by Luoning.
* @Author: Luoning
* @Mail luoning@luoning.me
* @Date: 2015-04-04
* @Time: 13:23
* @Blog: Http://www.luoning.me
*/
//引入配置文件
include_once __DIR__.'/config.php';
//引入自动载入函数
include_once __DIR__.'/autoloader.php';
//调用自动载入函数
AutoLoader::register();
//实例化爬虫对象
$Lcrawl = new Lcrawl;
PHP
1
https://gitee.com/luoning_php/Lcrawl.git
git@gitee.com:luoning_php/Lcrawl.git
luoning_php
Lcrawl
Lcrawl
master

搜索帮助