Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个音乐播放器,我想在浏览网站时保持加载。这是一个定制的 Wordpress 主题。我已经尝试了多个插件,但似乎没有什么能够完成它。div id 是#stratus...
任何帮助将不胜感激!
一个建议可能是使用 AJAX 重新加载页面。也就是说,不要完全刷新页面,只刷新某些 div 中的内容。这样,页面就不会真正刷新,音乐播放器可以继续运行。