android 獲取時間精確到毫秒

SimpleDateFormat format=new SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS"); Date date = new Date(System.currentTimeMillis()); System.out.println(formatter.format(date)); 也能夠: System.out.println(formatte
相關文章
相關標籤/搜索