2017年8月23日
摘要: /** * 将字符串时间'2015-9-8 17:05:06'转化为格式'2015-09-08 17:05:06' */import java.text.SimpleDateFormat; public class TestDate{ public static void main(String[] 阅读全文
posted @ 2017-08-23 16:32 fengxiaolan 阅读(244) 评论(0) 推荐(0) 编辑