gpt4 book ai didi

javascript - Angularjs 自动刷新 momentjs fromnow 日期值

转载 作者:行者123 更新时间:2023-12-02 05:50:47 26 4
gpt4 key购买 nike

我是 UI 开发的新手,我必须开发一个页面,其中包含许多带有创建日期的帖子。创建日期相对于当前时间显示,例如“从现在开始 3 小时”

我引用了 this link并且能够成功地做到这一点。但我想每 30 秒刷新一次从现在开始的值。这个怎么做。作者已回复

I would say you would have to take another tac, and add an additional attribute to the scope - let's call it reply.fromNow - and update that value within the controller periodically using the moment library.

但我不能从中得到太多。有人可以帮我解决这个问题吗?谢谢。

最佳答案

你可以在你的 Controller 中加入这样的东西:

var refreshDates = function() {
$timeout(refreshDates, 30000);
};
refreshDates();

基本上,它只是每三十秒触发一次 $scope.$apply()

Example

关于javascript - Angularjs 自动刷新 momentjs fromnow 日期值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17254330/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com