网站时间显示
代码实现如下:
=============css样式===================
<style>
#show{
460px;
height: 100px;
border:10px solid pink;
border-radius: 20px;
margin:0 auto;
margin-top: 120px;
font-size: 30px;
text-align: center;
line-height: 100px;
color: skyblue
}
</style>
=============js代码===================