Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 456 Bytes

ToDoList.md

File metadata and controls

8 lines (8 loc) · 456 Bytes

ToDO

  • 把每个题从Markdown中解析出来
  • 对每个题目设置标签(包含首字母序列,以及题目名称Meta)
  • 写传首字母然后检索的接口,实现你给我字符串然后返回个列表
  • 实现显示回传
    • 实现有两种方式:
      • 1.用Js显示,所有数据都在前端Js中(无前后端交互).
      • 2.前后端交互形式,前端选中一个题目之后,传题目的id,然后后端回传整个题目