日期:2014-05-17 浏览次数:20878 次
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" class="table4" name='tbl' id="tbl">
	<colgroup>
	<col width="40%"/>
	<col width="15%"/>
	<col width="15%"/>
	<col width="15%"/>
	<col width="15%"/>
	</colgroup>
	<thead>
	    <tr>
	      <th nowrap>标题1</th>
	      <th nowrap>标题2</th>
	      <th nowrap>标题3</th>
	      <th nowrap>标题4</th>
	      <th nowrap>标题4</th>
	    </tr>
    </thead>
    <tbody id="tbody">   
            <tr>
	      <th nowrap>数据1</th>
	      <th nowrap>数据2</th>
	      <th nowrap>数据3</th>
	      <th nowrap>数据4</th>
	      <th nowrap>数据4</th>
	    </tr>
    </tbody>         		
 </table>