Skip to content

Commit

Permalink
优化readMe
Browse files Browse the repository at this point in the history
  • Loading branch information
luozhan committed Apr 28, 2020
1 parent 16ed7ec commit 51caa38
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,11 @@
我们查询出学生信息给前台展示时应该是:

```json
{id:"1", name:"张三", className:"三年一班", sexName:"男", age:"18" }
{id:"2", name:"李四", className:"三年三班", sexName:"女", age:"20" }
{id:"3", name:"周杰伦", className:"三年二班", sexName:"男", age:"38"}
[
{"id":"1", "name":"张三", "className":"三年一班", "sexName":"", "age":"18" },
{"id":"2", "name":"李四", "className":"三年三班", "sexName":"", "age":"20" },
{"id":"3", "name":"周杰伦", "className":"三年二班", "sexName":"", "age":"38"}
]
```

> Question
Expand Down

0 comments on commit 51caa38

Please sign in to comment.