前端获取到的数据为 2018-08-17 16:37:50使用正则表达式
var time = obj.replace(/\-/g, "/");将格式改成 2018/08/17 16:37:50,解决!