
解决方法:时间前后加"\t"
private String stampToDate(String s) {
SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
Date date = new Date(new Long(s));
return "\t" + dateFormat.format(date) + "\t";
}


解决方法:时间前后加"\t"
private String stampToDate(String s) {
SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
Date date = new Date(new Long(s));
return "\t" + dateFormat.format(date) + "\t";
}

3194
903
4337
2973

被折叠的 条评论
为什么被折叠?