35 Star 52 Fork 15

Near_Je / Lcrawl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
demo.php 631 Bytes
一键复制 编辑 原始数据 按行查看 历史
Near_Je 提交于 2015-07-15 21:23 . Update demo.php
<?php
namespace Lcrawl;
/**
* 正方教务系统数据查询DEMO
* @Created by Luoning.
* @Author: Luoning
* @Mail luoning@luoning.me
* @Date: 2015-04-018
* @Time: 14:15
* @Blog: Http://www.luoning.me
*/
//载入框架入口
include 'run.php';
$jwid = '201201148';
$jwpwd = '*********';
/**
* 任务分发
***
***
*/
$Lcrawl->getGrade($jwid,$jwpwd);
$Lcrawl->getExam($jwid,$jwpwd);
$Lcrawl->getChooseCourses($jwid,$jwpwd);
$Lcrawl->getGradeExam($jwid,$jwpwd);
$Lcrawl->getMakeupExam($jwid,$jwpwd);
$Lcrawl->getSchedule($jwid,$jwpwd);
$Lcrawl->getGradeCount($jwid,$jwpwd);
PHP
1
https://gitee.com/luoning_php/Lcrawl.git
git@gitee.com:luoning_php/Lcrawl.git
luoning_php
Lcrawl
Lcrawl
master

搜索帮助