java编程语言

java编程语言怎么只获取系统当前月和日,并转化成毫秒
2024-10-30 23:22:38
推荐回答(1个)
回答1:

获得毫秒new Date().getTime()

获得日new Date().getDate
月new Date().getMonth()+1