摘要: 实时显示系统时间 <script> // 获取显示时间的元素 const timeBox = document.getElementById('time-box'); // 定义更新时间的函数 function updateTime() { // 创建日期对象 const now = new Dat 阅读全文
posted @ 2026-03-11 21:13 窦立浩 阅读(2) 评论(0) 推荐(0)