文章详情页
angular.js - angularjs的ng-include的html必须是要在同一个服务器吗?
浏览:268日期:2024-03-13 16:15:16
问题描述
想实现其他服务器的播放器到当前页面中,求问应该怎么实现?
问题解答
回答1:使用ng-include引入的文件必须是同一个域名下,所以想要实现的可能需要另辟蹊径了
回答2:默认是同源策略,如果你想加载其他不在同一个域的资源,你需要了解 $sce,设置白名单这是官网一段描述
By default, the template URL is restricted to the same domain and protocol as the application document. This is done by calling $sce.getTrustedResourceUrl on it. To load templates from other domains or protocols you may either whitelist them or wrap them as trusted values. Refer to Angular’s Strict Contextual Escaping.
标签:
HTML
上一条:angular.js - angular中的controller 的js文件如何修改css样式比如margin:0?下一条:前端 - 应该先从angularJS , vue.js , react 这些框架中的哪个开始入手?
相关文章:
1. javascript - 想做一个canvas的触摸画板,但屏幕会在画的时候滚来滚去,如何阻止?2. javascript - sublime快键键问题3. 关docker hub上有些镜像的tag被标记““This image has vulnerabilities””4. dockerfile - 为什么docker容器启动不了?5. javascript - webpack构建工具重构代码的流程是怎么样的?6. 运维 - java tomcat多个小项目共存问题7. 怎样写一个时间到了或是有订单的语音提醒呢?8. mysql连表排序9. 前端 - html5 audio不能播放10. javascript - 图片请求失败怎么去掉左上角的小图标?
排行榜

网公网安备