一.引入JQuery库文件
<script src="https://cdn.staticfile.org/jquery/1.10.2/jquery.min.js"></script>
二.编写css样式
<style>
table{
border-collapse:collapse;
margin:0 auto;
}
th,td{
width: 300px;
height: 40px;
border: 1px solid #ccc;
font-size: 12px;
text-align: center;
}
</style>
三.编写页面
<body>
<button id="look">查看</button>
<table>
<thead>
<tr>
<th>编号</th>
<th>公司名称</th>
<th&