摘要: getNowFormatDate() { let date = new Date(), seperator1 = '-', //格式分隔符 year = date.getFullYear(), //获取完整的年份(4位) month = date.getMonth() + 1, //获取当前月份(0 阅读全文
posted @ 2022-07-15 13:27 前端小强166 阅读(586) 评论(0) 推荐(0)