06 2022 档案

摘要:1、时间戳(毫秒) System.currentTimeMillis() 2、时间戳(转秒) System.currentTimeMillis() / 1000 3、时间戳(转分钟) System.currentTimeMillis() / 1000 / 60 4、时间戳(转小时) System.c 阅读全文
posted @ 2022-06-17 14:45 天涯_浪子 阅读(3717) 评论(0) 推荐(0)