Android 時間戳字符串轉Date類型

String timestamp= System.currentTimeMillis()+""; Date date = new Date(Long.valueOf(timestamp));
相關文章
相關標籤/搜索