摘要: 出现这个错误的时候,是因为本人代码在书写的时候 SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mi:ss"); 没有细心 SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM- 阅读全文
posted @ 2016-08-30 10:56 Mr.Moon 阅读(16463) 评论(1) 推荐(1) 编辑