网站时间显示——基于Date

时间:2019-04-21 17:41:39   收藏:0   阅读:207

网站时间显示

技术分享图片

代码实现如下:

=============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代码===================

技术分享图片

原文:https://www.cnblogs.com/sherryStudy/p/web_time.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!