如何在不刷新页面的情况下获取页面上的新内容
如果您查看 Foursquares 网页:https://foursquare.com/
他们会自动输入新的提要,而无需刷新页。我正在构建一个后端,我们可以在其中查看特定于用户的提要。我怎样才能获得与 Foursquare 使用的相同效果?
If you look at Foursquares webpage : https://foursquare.com/
They have the new feeds automatically coming in without refreshing the page. I am building a backend where we can look at user speciefic feeds. How can i do get the same effect that Foursquare is using?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
它是
setInterval
及其 ajax 调用的混合体。It's a mix of
setInterval
and their ajax call.下面是对 AJAX 的很好的介绍:
http://www.w3schools.com/ajax/default。 ASP
Here is a pretty good introduction to AJAX:
http://www.w3schools.com/ajax/default.asp