摘 要随着智能手机广泛普及、网络通信的费用逐渐降低、移动计算技术的成熟和广泛应用,在大学生群体中这个特点更明显。同时由于高等教育的特点,大学生的学习和生活具有较大的自主性。QQ、微信等即时通信软件成为了师生之间沟通交流、甚至是开展教学工作的通用工具。本项目是为满足大学班级管理中师生之间的各类实际需求,基于微信小程序开发一个应用,为班级相关的工作学习提供更具有针对性和实用性、更加便捷的服务。基于微信小程序的班级管理应用系统通过 wxml 文件设置页面整体框架,界面的具体内容借助微信小程序开发的固有组件表现出来;通过 js 文件实现注册页面、设置页面变量初始值、生命周期的回调以及与后台数据库进行数据交互等;通过调用各类 API 接口实现文件、视频、图片的上传与下载;通过 wxss 文件实现页面样式。后端借用 MySQL 数据库根据用户身份设置不同权限进行数据管理。本系统为教师布置作业、发布通知、审核请假;学生接收通知、申请请假、下载学习文件等诸多工作带来便利,同时为师生记录班级精彩瞬间提供有效途径,有助于增进师生、生生之间的感情。关键词:微信小程序;班级管理;API 函数;MySQL 数据库ABSTRACTWith the popularity of smart phones, mobile computing technology is mature and widely used because the cost of network communication is gradually reduced that this characteristic is more obvious in the college students group. At the same time, because of the characteristics of higher education, the study and life of college students have greater autonomy that QQ,WeChat and other instant communication software has become a common tool for communication between teachers and students, and even for teaching work.To meet all kinds of practical needs between teachers and students in college class management,this project is designed an application based on WeChat Mini Program, and provides more targeted,practical and convenient services for class that related work and study.The class management application system based on WeChat Mini Program sets the overall framework of the pag...