xiufengchen
<!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>

 

分类:

技术点:

相关文章:

  • 2022-02-08
  • 2022-01-22
  • 2022-03-02
  • 2022-02-08
  • 2022-12-23
  • 2021-10-22
  • 2022-12-23
猜你喜欢
  • 2022-02-08
  • 2022-02-08
  • 2022-02-08
  • 2022-02-08
  • 2022-02-18
  • 2022-12-23
  • 2022-02-08
相关资源
相似解决方案