1 Star 0 Fork 15

哆来咪/Lcrawl

forked from 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);
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dlm2015/Lcrawl.git
git@gitee.com:dlm2015/Lcrawl.git
dlm2015
Lcrawl
Lcrawl
master

搜索帮助