文章详情页
angular.js - angularjs的ng-include的html必须是要在同一个服务器吗?
浏览:280日期: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 - nodejs报错 打开localhost:3000 就报错2. javascript - yo创建angular报错3. docker gitlab 如何git clone?4. python - celery beat 调度如何运行期间动态添加任务?5. java - 如何分割形如(operator arg1 arg2 ... argn)的字符串?6. css3 - 新版支付宝 账单页面滑动时月份栏被下一个月给顶上去是什么效果7. javascript - 微信公号里采用七牛上传视频部分手机不能选择文件8. css - 关于Flex布局的问题9. PHP中的$this代表当前的类还是方法?10. python - 字符串里的u’u00a1’怎么打印成中文
排行榜

网公网安备