<table id="sdas" style="display:none" >
<tr >
<td>Hello world!!!</td>
</tr>
</table>
<table>
<tr >
<td>
<input type="button" value="显示" name="show" onclick="javascript:document.getElementById('sdas').style.display='inline'"></input>
</td>
</tr>
</table>====================================
display  <= display:none 没有改变