摘要: let time = new Date()console.log(time) //打印结果为:Wed Aug 31 2022 10:47:48 GMT+0800 (中国标准时间)console.log(time.toLocaleString()) //打印结果为:2022/8/31 10:49:41 阅读全文
posted @ 2023-02-11 10:17 Timeouting 阅读(354) 评论(0) 推荐(0) 编辑