1. 程式人生 > >html動態生成表格資料

html動態生成表格資料

<table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#a8c7ce" onmouseover="changeto()"  onmouseout="changeback()">
      <tr>
    <!--列名-->
      	<td width="5%" height="20" bgcolor="d3eaef" class="STYLE6"><div align="center"><span class="STYLE10">序號</span></div></td>
        <td width="12%" height="20" bgcolor="d3eaef" class="STYLE6"><div align="center"><span class="STYLE10">姓名</span></div></td>
        <td width="12%" height="20" bgcolor="d3eaef" class="STYLE6"><div align="center"><span class="STYLE10">性別</span></div></td>
        <td width="12%" height="20" bgcolor="d3eaef" class="STYLE6"><div align="center"><span class="STYLE10">學號</span></div></td>
        <td width="12%" height="20" bgcolor="d3eaef" class="STYLE6"><div align="center"><span class="STYLE10">班級</span></div></td>
        <td width="12%" height="20" bgcolor="d3eaef" class="STYLE6"><div align="center"><span class="STYLE10">操作</span></div></td>
      </tr>
       <!--每列中的元素-->
        <c:forEach  items="${studentAll}" var="student" >
       <tr>
      	<td width="5%" height="20" bgcolor="d3eaef" class="STYLE6"><div align="center"><span class="STYLE10">${student.studentId}</span></div></td>
        <td width="12%" height="20" bgcolor="d3eaef" class="STYLE6"><div align="center"><span class="STYLE10">${student.studentName}</span></div></td>
        <td width="12%" height="20" bgcolor="d3eaef" class="STYLE6"><div align="center"><span class="STYLE10">${student.studentSex}</span></div></td>
        <td width="12%" height="20" bgcolor="d3eaef" class="STYLE6"><div align="center"><span class="STYLE10">${student.studentId}</span></div></td>
        <td width="12%" height="20" bgcolor="d3eaef" class="STYLE6"><div align="center"><span class="STYLE10">${student.studentClass}</span></div></td>
        <td width="12%" height="20" bgcolor="d3eaef" class="STYLE6"><div align="center"><span class="STYLE10">操作</span></div></td>
        <!-- 此操作可以設定為刪除或修改按鈕-->
      </tr>
       </c:forEach>
    </table>

相關推薦

html動態生成表格資料

<table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#a8c7ce" onmouseover="changeto()" onmouseout="changeback()">

HTML動態載入表格資料

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head>

JS實現動態生成表格並提交表格資料向後端

本文例項介紹了JS實現動態生成表格並向後端提交表格資料的相關程式碼,分享給大家供大家參考,具體內容如下 先來看一下需求:在web頁面上動態的生成表格,並可以對錶格中的資料進行編輯,然後把表格中的資料提交至後端伺服器儲存。 那麼我們首先需要解決的是動態生成表格的問題

動態生成表格案例

col tle html var ges onclick .get htm order 步驟 1、創建一個頁面,兩個輸入框和一個按鈕 2、得到輸入的行和列的值 3、生成表格 --循環行 --在行裏面循環列 4、顯示到頁面上 --把表格的代碼設置到div

JS中將ajax請求返回json數據動態生成表格顯示在div中

等待 query 客戶端 versions 包含 index 方法 func 數據 1、頁面內容 <div style="width:900px;height:400px;" id="tableInfo"></div> 2、js內容 $.aja

JS實現動態生成表格並提交表格數據向後端 表格中數據轉為json

入參 blank wid 行編輯 變量 ava 思路 動態 color 原文地址 需求:在web頁面上動態的生成表格,並可以對表格中的數據進行編輯,然後把表格中的數據提交至後端服務器保存。 首先動態生成表格。 1.首先我們需要導入JS庫文件。jQuery 2.然後在頁面di

C#實現動態生成表格的方法

ria style spa mar like efault solid har 接口 本文以實例形式展現了C#實現動態生成表格的方法,分享給大家供大家參考之用。具體方法如下:public string CreateTable() { StringBuilder sb

Js--動態生成表格

aaaaa tel 一個 click inpu document NPU UNC b+ <div> <h1>動態生成表格</h1> <div id="table1"> 行:&l

初學js---動態生成表格

tle innerhtml rip ont link -s oct ref 操作 動態生成表格並封裝函數: 1.動態創建表頭   *通過createElement(‘table‘)創建一個表格標簽——>通過createElement(‘thead‘)創建表頭——&g

動態生成表格

text rtc 刪除列 setattr 存在 lse 所有 || 對象 <!DOCTYPE html><html> <head> <title>createTable2.html</title> &

js動態生成表格

htm round get test rem words contex .com cli 下面用js實現可以生成用戶所需行數的表格。 1.首先在body中填入下列代碼,獲取用戶填入的行數值 1 <table> 2 <tr> 3

動態表格資料修改顏色

效果圖: <!DOCTYPE html> <html> <head> <meta charset="utf-8"/> </head> <body> <table class="layui-tab

動態生成js資料Response.Expires=1440竟然無效?

專案當中有一些資料,比如多語言翻譯,要求做語言包,起初當然是做成i18n.js檔案,但是每個階段版本更新都會增加一些key,那麼釋出的時候只能給<script>的src增加?20180913版本號,令客戶端載入新的js。 這麼做其實很不方便,平時釋出可能忘記更新母版的script版本號。 現在這裡

自己寫的一個動態生成表格的工具類

效果:可以通過傳入引數動態生成表格 實現程式碼 public static StringBuffer Testmain() { //表頭 ArrayList<Data> datas=new ArrayList<Data&

DOM動態生成表格

dom節點動態生成表格 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> &l

通過js為html動態建立表格

$(function () {$.ajax({type: "POST",    url: "../sys/sysMessage/messageList",    data: "",    success: function(r){    initList(r);    }}

Java爬蟲進階-Jsoup+httpclient獲取動態生成資料

前面我們詳細講了一下Jsoup發現這玩意其實也就那樣,只要是可以訪問到的靜態資源頁面都可以直接用他來獲取你所需要的資料,詳情情跳轉-Jsoup爬蟲詳解,但是很多時候網站為了防止資料被惡意爬取做了很多遮掩,比如說加密啊動態載入啊,這無形中給我們寫的爬蟲程式造成了很

js動態生成表格【含合併單元格的表格

最近遇到需求,動態生成表格,類似Excel,支援合併單元格的表格,程式碼分享給大家~ 一、網上找到的簡單生成表格的例子: 以下是生成規則表格m行*n列類似,可以直接開啟HTML檢視結果。 <!DOCTYPE html> <html l

JavaScript如何動態生成表格

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <t

layui的佈局和表格的渲染以及動態生成表格

整體的效果:一、首先百度搜索layui的地址,然後下載layui的壓縮包,,將壓縮包的檔案解壓縮,然後將解壓縮後的檔案複製到你的編譯器上;二、建立一個html檔案,引入layui.css 和 layui.js兩個檔案,一定要將地址寫對,css和js要一起引用;三、將整個頁面分