1 Star 0 Fork 15

哆来咪/Lcrawl

forked from Near_Je/Lcrawl 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
run.php 487 Bytes
Copy Edit Raw Blame History
Near_Je authored 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;
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dlm2015/Lcrawl.git
git@gitee.com:dlm2015/Lcrawl.git
dlm2015
Lcrawl
Lcrawl
master

Search