码迷,mamicode.com
首页 > Web开发 > 详细

css--树

时间:2020-02-06 01:29:33      阅读:117      评论:0      收藏:0      [点我收藏+]

标签:date()   com   http   --   tle   import   bsp   style   htm   

<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@page import="Students.com.java.Students"%>
<%@page import="StudentsDao.com.java.StudentsDao"%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<html>
<head>
    <title>修改结果</title>
    <script type="text/javascript" src="js/jquery-1.11.0.js"></script>
</head>
<body>
<table  border="1px solid #F00" align="center" style="text-align: center" cellpadding="10px">
               <tr>
               <td>姓名</td>
               <td>性别</td>
               <td>民族</td>
               <td>注册时间</td>
               <td>年龄</td>
               <td>政治面貌</td>
               <td>服务类别</td>
               </tr>
               <c:forEach items="${students}" var="student">
               <tr>
               <td>${student.GetName()}</td>
               <td>${student.GetSex()}</td>
               <td>${student.GetNation()}</td>
               <td>${student.GetDate()}</td>
               <td>${student.GetAge()}</td>
               <td>${student.GetPolitics()}</td>
               <td>${student.GetServiceclass()}</td>
               </tr>
                  </c:forEach>
</table>
</body>
</html>

 

css--树

标签:date()   com   http   --   tle   import   bsp   style   htm   

原文地址:https://www.cnblogs.com/chenaiiu/p/12267332.html

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