摘要: toLocalString() 是我个人比较喜欢的 let time = new Date(); console.log("toDateString:", time.toDateString()); console.log("toString:", time.toString()); console 阅读全文
posted @ 2020-06-24 16:04 He_LiangLiang 阅读(3598) 评论(0) 推荐(0)