让学习更高效!
交流
开源
CPress
在线打字练习
在线JSON格式化校验
获取时间d
2022-10-28 09:22:59
获取本周第一天为周几:new Date(year,month,1).getDay() 上月天数为多少天:new Date(year,month,0).getDate() 本月天数为多少天:new Date(year,month+1,0).getDate()