怎么把String类型转换成时间格式 yyyy-MM-dd HH:mm:ss
转换后的还保持String类型
例如:String a = "20190614162100";转换后:String b = "2019-06-14 16:21:00";