/shanxi-adult-education-batch-query-score

山西省成人高校成绩批量查询

Primary LanguageC#GNU Affero General Public License v3.0AGPL-3.0

山西省成人高考成绩批量查询工具

目标站点:https://gkpt.sxkszx.cn/Ck-student-web/#

一、步骤分析

1.登录的时候有个验证码需要过

image-20230329223604506

2.成绩查询是html解析,正则匹配一下就取出来了

image-20230329223526356

二、工具及源码

image-20230329223813726

技术点:网络爬虫,dataGridView导出为excel

适合初学者入门学习和二次开发

github链接:https://github.com/lisongkun/shanxi-adult-education-batch-query-score

引用

1.SunnyUI Github:https://github.com/yhuse/SunnyUI

2.C# Winform中DataGridView导出为Excel看这一篇就够了,详细!!!(完整快速版):https://blog.csdn.net/Houoy/article/details/106027879

3.Fluent HTTP:https://flurl.dev/docs/fluent-http/