2017年11月1日
摘要: public class DateUtils { /** * 获取时间戳 * 输出结果:1438692801766 */ @Test public void getTimeStamp() { Date date = new Date(); long times = date.getTime(); S 阅读全文
posted @ 2017-11-01 14:44 阿郎 阅读(1115) 评论(0) 推荐(0) 编辑