摘要: 转自:https://www.cnblogs.com/feifeicui/p/8390604.html (1) long id = 100l; String str = aa + ""; (2) long id = 100l; Long longObj = new Long(id); String  阅读全文
posted @ 2020-04-16 14:39 zKai~ 阅读(11319) 评论(0) 推荐(0) 编辑
摘要: //方法 一 System.currentTimeMillis(); //方法 二 Calendar.getInstance().getTimeInMillis(); //方法 三 new Date().getTime(); System.currentTimeMillis() 这种方式速度最快 C 阅读全文
posted @ 2020-04-16 14:35 zKai~ 阅读(598) 评论(0) 推荐(0) 编辑