markdown语法练习

2018-08-07  本文已影响0人  旭日藤王海云

标题

  1. 列表1
    • 列表
      百度
      果芽官网
      果芽
      >注册登录
      设置编辑器:富文本/markdown
      写博客:新建文集(即文件夹)、新建文章
      发布文章
      查看发布效果
      取消发布
      导出到本地:富文本导成.html,markdown导成.md

|姓名|年龄|性别|
|:---:|:---:|:---:|
|张三|26|男|
|李四|28|男|
|王丽|22|女|

表格的语法
|姓名|年龄|性别|
|:---:|:---:|:---:|
|张三|26|男|
|李四|28|男|
|王丽|22|女|

@Controller
@RequestMapping("study")
public class StudyController {
    @RequestMapping("init.action")
    public String init(HttpSession session){
        List<GyStudent> students=new ArrayList<GyStudent>();
        for(int i=0;i<7;i++){
            Object student=new Object ();
        }
        session.setAttribute("students", students);
        return "study/checkTask";
    }
}

注册登录
设置编辑器:富文本/markdown
写博客:新建文集(即文件夹)、新建文章
发布文章
查看发布效果
取消发布
导出到本地:富文本导成.html,markdown导成.md

上一篇 下一篇

猜你喜欢

热点阅读