怎样通过js输出格式化时间var date = new Date(1522113400938) 不填则是当前时间var year = date.getFullYear() 获取年份var month = date.getMonth() + 1 获取月2023-02-18JavaScript340