cczhy

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2020年12月25日

摘要: 添加老师 def add_teacher(request): if request.method == 'GET': #获取班级列表,以完善下拉框的值 sqlhelper.get_list("select id,title from class",[]) return render(request, 阅读全文
posted @ 2020-12-25 05:55 cczhy 阅读(66) 评论(0) 推荐(0)