JS 时间戳转换成具体时间

timeTransformation (time) {
  return new Date(time).toLocaleString()
}

 

posted @ 2018-01-25 10:48  Z-DL  阅读(300)  评论(0编辑  收藏  举报