项目是一种答题小游戏,题目里面有文字、图片、视频和音频4种格式,我用的angular框架,但是在渲染视频和音频时老是报错,用了$sce还是不能解决,求助大神。
下面是html部分的代码
js里面
.controller("timer",function($scope,$state,$sce){
var str=$scope.store.sub[index].attachment;
$scope.store.sub[index].attachment=$sce.trustAsResourceUrl(str);
})

Copyright 2014-2026 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
参考$sce的使用