获取当前年月日格式带零的方法 一行代码搞定: new Date().getFullYear() + (new Date().getMonth() + 1).toString().padStart(2, “0” … 继续阅读 获取当前年月日格式带零的方法