标题
- 列表1
|姓名|年龄|性别|
|:---:|:---:|:---:|
|张三|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