网站时间显示——基于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代码===================

猜你喜欢

转载自www.cnblogs.com/sherryStudy/p/web_time.html