页面显示实时时间

一、元素标签this <span class="hall-time flr" id="clock"></span> 2.js:spa $(function() { displayTime(); }); function displayTime() { var date = new Date(); this.year = date.getFullYear(); thi
相关文章
相关标签/搜索