网站时间显示——基于Date

网站时间显示

代码实现如下:

=============css样式===================

<style>
#show{
width: 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代码===================

posted @ 2019-04-21 17:17  笨鸟不会飞~~  阅读(112)  评论(0编辑  收藏  举报