Android 时间戳字符串转Date类型

String timestamp= System.currentTimeMillis()+""; Date date = new Date(Long.valueOf(timestamp));
相关文章
相关标签/搜索