<table border="5px" align="center" height="1000px" width="1000px" >
<caption>随机</caption>
<tr>
<td><button onclick="sj()">2016年3月20日</button></td>
</tr>
</table>
<script type="text/javascript">
function sj(){
document.write(Math.random()*201);
}
</script>
相关分类