如果我的网络应用程序不是单页应用程序,我如何使用音频播放器构建音频流,在分页时继续播放。
问问题
54 次
1 回答
0
You can :
- use javascript for reloading other part of your web app (it's not only for single web app page)
- use system like symfony for rending part of the page with single controller without reload all. (Ok this solution is based on AJAX call)
- use iframe
- use iframe with other domain
于 2016-09-15T19:36:53.513 回答