补全:JSON 出口
(每道题开头都有同一段:上面那个应用的全部源码——render 把标题和正文塞进页面骨架 PAGE,list_html / form_html 生成列表和表单,STATIC 是静态文件表,handle 是入口。判题机不联网,题里直接调 handle。)
补全 api_notes(notes):交回 (200, {"Content-Type": "application/json"}, 正文),正文是 {"count": 条数, "notes": 列表} 的 JSON(ensure_ascii=False)。
全部评论