moment.js 处理“几天前”,“几个月前”

this.imgDetail.cnTime = moment(this.imgDetail.atime*1000).fromNow() //英文
<script>
//引入moment.js
import moment from "moment"
//设置语言为中文
moment.locale("zh-cn")
</script>

猜你喜欢

转载自www.cnblogs.com/lfhphp/p/12563529.html