Documentation
¶
Index ¶
Constants ¶
View Source
const ( //UTF8 UTF8字符 UTF8 encoding = 1 + iota //GBK 国标码 GBK )
Variables ¶
This section is empty.
Functions ¶
func PrintResponse ¶
PrintResponse 打印响应信息
Types ¶
type RequestGeneral ¶
type RequestGeneral struct {
// contains filtered or unexported fields
}
RequestGeneral ...
func (*RequestGeneral) GetAllCourseInfo ¶
func (rg *RequestGeneral) GetAllCourseInfo() *studentInfo
GetAllCourseInfo 获取所有学期的分数
func (*RequestGeneral) GetCourseInfo ¶
func (rg *RequestGeneral) GetCourseInfo(yearStart int, yearEnd int) *studentInfo
GetCourseInfo 获取某几年的课程信息
Click to show internal directories.
Click to hide internal directories.