摘要: 1 <!-- 2 * @FilePath: 倒计时.html 3 * @Author:马小屁 4 * @Date: 2022-08-18 09:45:13 5 * @LastEditors: Please set LastEditors 6 * @LastEditTime: 2022-08-18 1 阅读全文
posted @ 2022-08-18 17:52 丹江路39号 阅读(57) 评论(0) 推荐(0)
摘要: 1 function date(time) { 2 let date = new Date(time) 3 let year = date.getFullYear() 4 let month = date.getMonth() + 1 5 let day = date.getDate() 6 let 阅读全文
posted @ 2022-08-18 17:51 丹江路39号 阅读(37) 评论(0) 推荐(0)