- <style>
- table{
- width:900px;
- height:30px;
- margin:200px auto;
- border-collapse: collapse;
- text-align: center;
- }
- thead th{
- border:1px solid #000;
- }
- tr{
- height:40px;
- }
- </style>
- <table border="1">
- <thead bgcolor="darkgray">
- <tr>
- <th>姓名</th>
- <th>科目</th>
- <th>成绩</th>
- <th>操作</th>
- </tr>
- </thead>
- <tbody>
-
- </tbody>
- </table>
<script>
//在外面加一个中括号,以数组的形式存储数据
var datas=[{
name:'魏英诺',
subject:'javascript',
score:100
},
{
name:'孙前东',
subject:'