码迷,mamicode.com
首页 > 其他好文 > 详细

freemarker常用标签解释遍历

时间:2019-02-20 11:24:27      阅读:161      评论:0      收藏:0      [点我收藏+]

标签:ansi   desc   this   marker   div   tag   tran   w3c   lis   

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title>学生信息</title>
    
    <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
    <meta http-equiv="description" content="this is my page">
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    

  </head>
  
  <body>
          <#list students as student>
                    姓名:${student.studentName}
             性别:${student.studentSex}
             年龄:${student.studentAge}
             生日:${(student.studentBirthday)?string("yyyy-MM-dd")}
            地址:${student.studentAddr}
              QQ:${student.studentQQ}<br/>
          </#list>
  </body>
</html>

 

freemarker常用标签解释遍历

标签:ansi   desc   this   marker   div   tag   tran   w3c   lis   

原文地址:https://www.cnblogs.com/xiufengchen/p/10405356.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!