0
点赞
收藏
分享

微信扫一扫

Java获取unix时间戳


获取unix​​时间戳​​

String dateStr = Long.toString(System.currentTimeMillis()/1000L);

举报

相关推荐

0 条评论