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

詳情請去moment.js官網查看
this.imgDetail.cnTime = moment(this.imgDetail.atime*1000).fromNow() //英文
<script> //引入moment.js import moment from "moment" //設置語言為中文 moment.locale("zh-cn") </script>

詳情請去moment.js官網查看
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。