码迷,mamicode.com
首页 > 编程语言 > 详细

202001281853_《2段等效的java时间戳输出》

时间:2020-01-28 21:14:22      阅读:74      评论:0      收藏:0      [点我收藏+]

标签:col   ring   时间戳   current   输出   pre   java   div   time()   

        String t;
         t = String.valueOf(new Date().getTime());

        //String t1;
        //t1 = String.valueOf(System.currentTimeMillis());

 

202001281853_《2段等效的java时间戳输出》

标签:col   ring   时间戳   current   输出   pre   java   div   time()   

原文地址:https://www.cnblogs.com/beesky520/p/12238610.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!