播放音乐时浏览页面

发布于 2024-11-02 22:01:16 字数 86 浏览 1 评论 0原文

vkontakte.ru 上有一个新功能(我打赌 facebook 也有同样的功能,但不确定)。您浏览页面的同时,播放器会在后台不间断地播放音乐。这怎么可能?

There's a new feature on vkontakte.ru (I bet facebook has the same, not sure though). You browse pages while player keeps playing music at the background without interruption. How is this possible?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

时光清浅 2024-11-09 22:01:16

使用 Ajax(因此他们只是在页面中加载其他内容,但不会完全重新加载)。
直到不久前,您只能更改 url 中的哈希值(# 之后),但现在,使用新的历史记录 API,可以更改整个 url(基本上使用 PushStates): https://developer.mozilla.org/en/DOM/window.history

The use Ajax (so they just load something else in the page but they don't reload it completely).
Until not long ago, you could only change the hash (after the #) in the url but now, with the new history API, it is possible to change the whole url (with pushStates basically) : https://developer.mozilla.org/en/DOM/window.history

一个人的夜不怕黑 2024-11-09 22:01:16

检查 pjax ,它很容易使用。也许这正是您所需要的。

Check pjax , it's easy to use. May be that is exactly what you need.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文