JS 时间戳转换成具体时间

timeTransformation (time) {
  return new Date(time).toLocaleString()
}
原文地址:https://www.cnblogs.com/z-dl/p/8350171.html